aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-help.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 7650f689cf..5357ca17f5 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -539,8 +539,9 @@ C-w Describe how there is no warranty for Calc."
(defun calc-r-prefix-help ()
(interactive)
(calc-do-prefix-help
- '("digits 0-9: recall, same as `s r 0-9'")
- "recall" ?r))
+ '("digits 0-9: recall, same as `s r 0-9'"
+ "Save to register, Insert from register")
+ "recall/register" ?r))
(defun calc-j-prefix-help ()