diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calc/calc-embed.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index 4127c0b33da..7878034694e 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el | |||
| @@ -315,7 +315,7 @@ | |||
| 315 | (or (eq calc-embedded-quiet t) | 315 | (or (eq calc-embedded-quiet t) |
| 316 | (message "Embedded Calc mode enabled; %s to return to normal" | 316 | (message "Embedded Calc mode enabled; %s to return to normal" |
| 317 | (if calc-embedded-quiet | 317 | (if calc-embedded-quiet |
| 318 | "Type `M-# x'" | 318 | "Type `C-x * x'" |
| 319 | "Give this command again"))))) | 319 | "Give this command again"))))) |
| 320 | (scroll-down 0)) ; fix a bug which occurs when truncate-lines is changed. | 320 | (scroll-down 0)) ; fix a bug which occurs when truncate-lines is changed. |
| 321 | 321 | ||