]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
Don't produce non-ASCII characters in *scratch*
[gnu-emacs] / lisp / startup.el
index a31d35544a410070b86ba74e2d0c7460ad3b65e7..0e36d35400cd58070235ee330893e7c9e8059800 100644 (file)
@@ -1430,9 +1430,9 @@ settings will be marked as \"CHANGED outside of Customize\"."
       (put 'cursor 'face-modified t))))
 
 (defcustom initial-scratch-message (purecopy "\
-;; This buffer is for notes you don't want to save, and for Lisp evaluation.
+;; This buffer is for notes you don\\='t want to save, and for Lisp evaluation.
 ;; If you want to create a file, visit that file with \\[find-file],
-;; then enter the text in that file's own buffer.
+;; then enter the text in that file\\='s own buffer.
 
 ")
   "Initial documentation displayed in *scratch* buffer at startup.