branch: elpa/gnosis
commit 8592b62353933518f3cf3bc7cf6d6aa7986e3778
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    monkeytype-thema: Update docstring.
---
 gnosis.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index 5b3f333a165..d17329da059 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1199,7 +1199,10 @@ If NEW? is non-nil, increment new themata log by 1."
   (gnosis-review #'gnosis-monkeytype-session))
 
 (defun gnosis-monkeytype-thema (thema)
-  "Process monkeytyping for THEMA id."
+  "Process monkeytyping for THEMA id.
+
+This is used to type the keimenon of thema, with the answers highlighted.
+To monkeytype only the wrong answers use `gnosis-monkeytype-answer'."
   (let* ((thema-context (gnosis-select '[keimenon type answer] 'themata `(= id 
,thema) t))
         (keimenon (replace-regexp-in-string
                    "\\[\\[\\([^]]+\\)\\]\\[\\([^]]+\\)\\]\\]" "\\2" ;; remove 
links

Reply via email to