diff options
| author | Jay Belanger | 2004-12-31 05:58:44 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-12-31 05:58:44 +0000 |
| commit | 7c31514af1d2e6ef93b262f82a9c2fddb85d41a9 (patch) | |
| tree | 9c64f6ed401c38686ff1de42cda0d73bad823d49 | |
| parent | ebf0c6152ccb0fd75fac9d14b92764e8a33fd2c7 (diff) | |
| download | emacs-7c31514af1d2e6ef93b262f82a9c2fddb85d41a9.tar.gz emacs-7c31514af1d2e6ef93b262f82a9c2fddb85d41a9.zip | |
(calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc.
| -rw-r--r-- | lisp/calc/calc-graph.el | 4 |
1 files changed, 1 insertions, 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." | |||
| 955 | (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit))) | 955 | (define-key calc-dumb-map "\C-c\C-c" 'exit-recursive-edit))) |
| 956 | (use-local-map calc-dumb-map) | 956 | (use-local-map calc-dumb-map) |
| 957 | (setq truncate-lines t) | 957 | (setq truncate-lines t) |
| 958 | (message "Type `q'%s to return to Calc" | 958 | (message "Type `q' or `C-c C-c' to return to Calc") |
| 959 | (if (eq (lookup-key (current-global-map) "\e#") 'calc-dispatch) | ||
| 960 | " or `M-# M-#'" "")) | ||
| 961 | (recursive-edit) | 959 | (recursive-edit) |
| 962 | (bury-buffer "*Gnuplot Trail*"))) | 960 | (bury-buffer "*Gnuplot Trail*"))) |
| 963 | 961 | ||