From 7c31514af1d2e6ef93b262f82a9c2fddb85d41a9 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 31 Dec 2004 05:58:44 +0000 Subject: [PATCH] (calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc. --- lisp/calc/calc-graph.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index b645b8692dd..662de5db867 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -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*"))) -- 2.39.5