# HG changeset patch # User Jay Belanger # Date 1104472724 0 # Node ID 39d1282c08542b5e6e8d25dd0ed403e5eaabd431 # Parent 8ae9dd7a7870230b8260817fa18253c04563331e (calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc. diff -r 8ae9dd7a7870 -r 39d1282c0854 lisp/calc/calc-graph.el --- 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*")))