1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(calc-user-define-invokation): Update help message.

This commit is contained in:
Jay Belanger 2005-11-28 22:15:31 +00:00
parent 58547c3eca
commit 992ea464ed

View file

@ -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!