branch: elpa/org-drill
commit 6ad53cdf215451a2504576e4b45221130e637aa5
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
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))