aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-11-28 22:13:37 +0000
committerJay Belanger2005-11-28 22:13:37 +0000
commitdcf4a53565f3647525ea0420ca22323e34b6ccc8 (patch)
treefd82b1f8ac1a4d992e0af31baea0b45863f8da01
parentd24f83d4b731e3e4b39b8c175bae95698bde68ad (diff)
downloademacs-dcf4a53565f3647525ea0420ca22323e34b6ccc8.tar.gz
emacs-dcf4a53565f3647525ea0420ca22323e34b6ccc8.zip
(calc-dispatch-help): Update docstring.
-rw-r--r--lisp/calc/calc-misc.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el
index ba80f455b4f..ca8e8bbdbfe 100644
--- a/lisp/calc/calc-misc.el
+++ b/lisp/calc/calc-misc.el
@@ -33,7 +33,7 @@
33(require 'calc-macs) 33(require 'calc-macs)
34 34
35(defun calc-dispatch-help (arg) 35(defun calc-dispatch-help (arg)
36 "M-# is a prefix key; follow it with one of these letters: 36 "C-x* is a prefix key sequence; follow it with one of these letters:
37 37
38For turning Calc on and off: 38For turning Calc on and off:
39 C calc. Start the Calculator in a window at the bottom of the screen. 39 C calc. Start the Calculator in a window at the bottom of the screen.
@@ -73,8 +73,9 @@ Miscellaneous:
73 M read-kbd-macro. Read a region of keystroke names as a keyboard macro. 73 M read-kbd-macro. Read a region of keystroke names as a keyboard macro.
74 0 (zero) calc-reset. Reset Calc stack and modes to default state. 74 0 (zero) calc-reset. Reset Calc stack and modes to default state.
75 75
76Press twice (`M-# M-#' or `M-# #') to turn Calc on or off using the same 76Press `*' twice (`C-x * *') to turn Calc on or off using the same
77Calc user interface as before (either M-# C or M-# K; initially M-# C)." 77Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
78"
78 (interactive "P") 79 (interactive "P")
79 (calc-check-defines) 80 (calc-check-defines)
80 (if calc-dispatch-help 81 (if calc-dispatch-help