diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-02 06:49:36 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-02 06:49:36 +0000 |
| commit | 40688eba8c2f1f4d4839bb2d238c34697d1c1e69 (patch) | |
| tree | 46a1dc88fd89da3f063253ec6a84922801017467 /lisp/calc | |
| parent | 2fa782854bba6a77d29737920193cd7ae74133d3 (diff) | |
| download | emacs-40688eba8c2f1f4d4839bb2d238c34697d1c1e69.tar.gz | |
(calc-edit-mode): Change default header.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc-yank.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index 2fdfab6c6f4..4c7d41e0f76 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el @@ -464,8 +464,8 @@ To cancel the edit, simply kill the *Calc Edit* buffer." (let ((calc-edit-handler nil)) (calc-edit-finish t)) (message "(Cancelled)")) t t) - (insert (or title title "Calc Edit Mode") - ". Press `C-c C-c'" + (insert (or title title "Calc Edit Mode. ") + "Press `C-c C-c'" (if allow-ret "" " or RET") " to finish, `C-x k RET' to cancel.\n"))) (put 'calc-edit-mode 'mode-class 'special) |
