diff options
| -rw-r--r-- | lisp/calc/calc-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index 2bbbbcceee5..8736d4375dd 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el | |||
| @@ -667,7 +667,7 @@ | |||
| 667 | (or last-kbd-macro | 667 | (or last-kbd-macro |
| 668 | (error "No keyboard macro defined")) | 668 | (error "No keyboard macro defined")) |
| 669 | (setq calc-invocation-macro last-kbd-macro) | 669 | (setq calc-invocation-macro last-kbd-macro) |
| 670 | (message "Use `M-# Z' to invoke this macro")) | 670 | (message "Use `C-x * Z' to invoke this macro")) |
| 671 | 671 | ||
| 672 | (defun calc-user-define-edit () | 672 | (defun calc-user-define-edit () |
| 673 | (interactive) ; but no calc-wrapper! | 673 | (interactive) ; but no calc-wrapper! |