From 97c61735ae1b2c787bef9fb70bdf7e7d53f72d99 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 13 Nov 2025 13:22:44 -0600 Subject: Fix typo in cram-mode slot documentation Changed :documementation to :documentation in EIEIO class slot definition. This fixes EIEIO's ability to recognize slot documentation for introspection and help systems. Fixes severity A bug in todo.org --- org-drill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-drill.el b/org-drill.el index 94a8264..9bb50d3 100644 --- a/org-drill.el +++ b/org-drill.el @@ -609,7 +609,7 @@ interval was greater than ORG-DRILL-DAYS-BEFORE-OLD days.") :documentation "Set to the marker for the item currently being tested.") (cram-mode :initform nil - :documementation "Are we in 'cram mode', where all items are considered due + :documentation "Are we in 'cram mode', where all items are considered due for review unless they were already reviewed in the recent past?") (warned-about-id-creation :initform nil -- cgit v1.2.3