Mercurial > emacs
changeset 67193:738cfb5e451f
(calc-user-define-invokation): Update help message.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 28 Nov 2005 22:15:31 +0000 |
parents | 5d2ec9a90ccf |
children | b4ad6ef2b752 |
files | lisp/calc/calc-prog.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-prog.el Mon Nov 28 22:15:24 2005 +0000 +++ b/lisp/calc/calc-prog.el Mon Nov 28 22:15:31 2005 +0000 @@ -667,7 +667,7 @@ (or last-kbd-macro (error "No keyboard macro defined")) (setq calc-invocation-macro last-kbd-macro) - (message "Use `M-# Z' to invoke this macro")) + (message "Use `C-x * Z' to invoke this macro")) (defun calc-user-define-edit () (interactive) ; but no calc-wrapper!