From: Jay Belanger Date: Sun, 2 Jan 2005 06:49:36 +0000 (+0000) Subject: (calc-edit-mode): Change default header. X-Git-Tag: ttn-vms-21-2-B4~2972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40688eba8c2f1f4d4839bb2d238c34697d1c1e69;p=emacs.git (calc-edit-mode): Change default header. --- 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)