aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2008-05-18 20:37:16 +0000
committerJay Belanger <[email protected]>2008-05-18 20:37:16 +0000
commitaa255da9b9396a488751575afe119fbbb17796bc (patch)
tree427af71e5cb3f833a550909b659b6a0dcf775418 /lisp/calc
parent63e81ac4472a8e80db5337e53b50d967c67064b1 (diff)
(calc-r-prefix-help): Add help for register functions.
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 ()