]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-graph.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / calc / calc-graph.el
index 8378b23c0eb57210808bf8d1f6a5f6a57d7bae90..20b0249ec1a15b1df26f2ca951c127db3e98f373 100644 (file)
@@ -958,7 +958,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*")))