# HG changeset patch # User Jay Belanger # Date 1133216017 0 # Node ID 655ce2fe3aa69c395a5f7ef234f17d6b3577cdf1 # Parent 50f4df2d357accd904e7bcd0a539d2c17248c6a0 (calc-dispatch-help): Update docstring. diff -r 50f4df2d357a -r 655ce2fe3aa6 lisp/calc/calc-misc.el --- a/lisp/calc/calc-misc.el Mon Nov 28 22:12:59 2005 +0000 +++ b/lisp/calc/calc-misc.el Mon Nov 28 22:13:37 2005 +0000 @@ -33,7 +33,7 @@ (require 'calc-macs) (defun calc-dispatch-help (arg) - "M-# is a prefix key; follow it with one of these letters: + "C-x* is a prefix key sequence; follow it with one of these letters: For turning Calc on and off: C calc. Start the Calculator in a window at the bottom of the screen. @@ -73,8 +73,9 @@ M read-kbd-macro. Read a region of keystroke names as a keyboard macro. 0 (zero) calc-reset. Reset Calc stack and modes to default state. -Press twice (`M-# M-#' or `M-# #') to turn Calc on or off using the same -Calc user interface as before (either M-# C or M-# K; initially M-# C)." +Press `*' twice (`C-x * *') to turn Calc on or off using the same +Calc user interface as before (either C-x * C or C-x * K; initially C-x * C). +" (interactive "P") (calc-check-defines) (if calc-dispatch-help