From 1972d49a9ad7b9200be34629022417b4e2e7ad1c Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 20 Jul 2019 17:29:41 +0100 Subject: Update documentation --- org-drill.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-drill.el b/org-drill.el index 2f4bc72..30a2583 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)) -- cgit v1.2.3