emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-drill fecfc9c9a9 206/251: Add documentation


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill fecfc9c9a9 206/251: Add documentation
Date: Mon, 17 Jan 2022 18:59:18 -0500 (EST)

branch: elpa/org-drill
commit fecfc9c9a9a441c394ab9d8fd03f1f45483b0991
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Add documentation
---
 org-drill.el | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/org-drill.el b/org-drill.el
index f8421d849a..3efc353c6d 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -581,8 +581,7 @@ interval was greater than ORG-DRILL-DAYS-BEFORE-OLD days.")
    (cram-mode
     :initform nil
     :documementation "Are we in 'cram mode', where all items are considered due
-for review unless they were already reviewed in the recent past?"
-    )
+for review unless they were already reviewed in the recent past?")
    (warned-about-id-creation
     :initform nil
     :documentation "Have we warned the user about ID creation this session?")
@@ -608,9 +607,15 @@ random number to another language.")
   :documentation "An org-drill session object carries data about
   the current state of a particular org-drill session." )
 
-(defvar org-drill-current-session nil)
+(defvar org-drill-current-session nil
+  "If non-nil, the current session.
+
+The current session is an `org-drill-session' object.")
+
+(defvar org-drill-last-session nil
+  "If non-nil, the last session.
 
-(defvar org-drill-last-session nil)
+This can be used to resume the last session.")
 
 (defvar org-drill-cards-in-this-emacs 0
   "The total number of cards displayed in this Emacs invocation.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]