]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc.
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 31 Dec 2004 05:58:44 +0000 (05:58 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 31 Dec 2004 05:58:44 +0000 (05:58 +0000)
lisp/calc/calc-graph.el

index b645b8692dd493a0838cc6984b85b1f0336000c4..662de5db8672c994362da79d5795bdcc67440eb8 100644 (file)
@@ -955,9 +955,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
          (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit)))
     (use-local-map calc-dumb-map)
     (setq truncate-lines t)
-    (message "Type `q'%s to return to Calc"
-            (if (eq (lookup-key (current-global-map) "\e#") 'calc-dispatch)
-                   " or `M-# M-#'" ""))
+    (message "Type `q' or `C-c C-c' to return to Calc")
     (recursive-edit)
     (bury-buffer "*Gnuplot Trail*")))