diff options
| author | Jay Belanger | 2005-11-28 22:15:31 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-11-28 22:15:31 +0000 |
| commit | 992ea464ed531635ccc0ff2eec96fc6a5cfb6815 (patch) | |
| tree | 5e0b7aa2576cd89e521748341b3b91ebf270ed9e | |
| parent | 58547c3ecae5aa70e666a5813e1fc652fd1b376f (diff) | |
| download | emacs-992ea464ed531635ccc0ff2eec96fc6a5cfb6815.tar.gz emacs-992ea464ed531635ccc0ff2eec96fc6a5cfb6815.zip | |
(calc-user-define-invokation): Update help message.
| -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! |