branch: elpa/org-drill
commit 2b44b3628439df4252765ca380fa187045b04597
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Fix prompt
---
org-drill.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-drill.el b/org-drill.el
index 5f64d397eb..19a11c0c02 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -1804,7 +1804,7 @@ Consider reformulating the item to make it easier to
remember.\n"
(prompt
(or prompt
(format (concat "Type answer then return, "
- "C-c e=edit, C-c t=tags, C-c s=skip, C-c
q=quit."))))
+ "C-c C-e=edit, C-c C-t=tags, C-c C-s=skip, C-c
C-q=quit."))))
(full-prompt
(org-drill--make-minibuffer-prompt session prompt)))
(setf (oref session drill-answer) nil)