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

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

[nongnu] elpa/org-drill 6ad53cdf21 217/251: Update documentation


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 6ad53cdf21 217/251: Update documentation
Date: Mon, 17 Jan 2022 18:59:19 -0500 (EST)

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

    Update documentation
---
 org-drill.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/org-drill.el b/org-drill.el
index 2f4bc72fc5..30a2583332 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -1546,11 +1546,13 @@ the current topic."
     (reverse drill-sections)))
 
 (defun org-drill-hide-all-subheadings-except (heading-list)
+  "Hide all subheadings except HEADING-LIST."
   (org-drill-hide-subheadings-if
    (lambda () (let ((drill-heading (org-get-heading t)))
            (not (member drill-heading heading-list))))))
 
 (defun org-drill--make-minibuffer-prompt (session prompt)
+  "Make a mini-buffer for the SESSION, with PROMPT."
   (let ((status (cl-first (org-drill-entry-status session)))
         (mature-entry-count (+ (length (oref session young-mature-entries))
                                (length (oref session old-mature-entries))



reply via email to

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