]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-edit-mode): Change default header.
authorJay Belanger <jay.p.belanger@gmail.com>
Sun, 2 Jan 2005 06:49:36 +0000 (06:49 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Sun, 2 Jan 2005 06:49:36 +0000 (06:49 +0000)
lisp/calc/calc-yank.el

index 2fdfab6c6f432f4e42812046f05c7acaf03c6916..4c7d41e0f76ba924b814e001a0c57e65541721c5 100644 (file)
@@ -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)