Mercurial > emacs
changeset 59231:39d1282c0854
(calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 31 Dec 2004 05:58:44 +0000 |
parents | 8ae9dd7a7870 |
children | 6841983190b8 |
files | lisp/calc/calc-graph.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-graph.el Fri Dec 31 03:48:19 2004 +0000 +++ b/lisp/calc/calc-graph.el Fri Dec 31 05:58:44 2004 +0000 @@ -955,9 +955,7 @@ (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*")))