]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't produce non-ASCII characters in *scratch*
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 16:58:04 +0000 (18:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 16:58:04 +0000 (18:58 +0200)
* lisp/startup.el (initial-scratch-message): Quote apostrophes to
avoid producing non-ASCII characters in the *scratch* buffer's
commentary.

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.