aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-13 13:22:44 -0600
committerCraig Jennings <c@cjennings.net>2025-11-13 13:22:44 -0600
commit97c61735ae1b2c787bef9fb70bdf7e7d53f72d99 (patch)
treedb5f950766002e5e367ad9fa11e89c13c6f6ff8a
parenta064c5d7659d84393fd8f586bb1c7d18a5436b38 (diff)
downloadorg-drill-97c61735ae1b2c787bef9fb70bdf7e7d53f72d99.tar.gz
org-drill-97c61735ae1b2c787bef9fb70bdf7e7d53f72d99.zip
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
-rw-r--r--org-drill.el2
1 files changed, 1 insertions, 1 deletions
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