]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-graph.el
check-maybe shall run only default tests
[gnu-emacs] / lisp / calc / calc-graph.el
index 8378b23c0eb57210808bf8d1f6a5f6a57d7bae90..3dedbbc434a02714be098fdf34e465793e999f55 100644 (file)
@@ -1,9 +1,8 @@
 ;;; calc-graph.el --- graph output functions for Calc
 
-;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1990-1993, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
 
 ;; This file is part of GNU Emacs.
 
@@ -958,7 +957,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ā€™ or ā€˜C-c C-cā€™ to return to Calc")
+    (message "Type `q' or `C-c C-c' to return to Calc")
     (recursive-edit)
     (bury-buffer "*Gnuplot Trail*")))