changeset 59300:f91e08bc3e59

(calc-edit-mode): Change default header.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 02 Jan 2005 06:49:36 +0000
parents b851b98f8dc1
children 34f8020b42d5
files lisp/calc/calc-yank.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-yank.el	Sun Jan 02 06:48:58 2005 +0000
+++ b/lisp/calc/calc-yank.el	Sun Jan 02 06:49:36 2005 +0000
@@ -464,8 +464,8 @@
                                   (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)