emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 1490096: Don't produce non-ASCII characters in *s


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 1490096: Don't produce non-ASCII characters in *scratch*
Date: Sat, 26 Dec 2015 16:58:09 +0000

branch: emacs-25
commit 1490096652f405f6e2847a8b5e6842f80e2ec9f1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Don't produce non-ASCII characters in *scratch*
    
    * lisp/startup.el (initial-scratch-message): Quote apostrophes to
    avoid producing non-ASCII characters in the *scratch* buffer's
    commentary.
---
 lisp/startup.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index a31d355..0e36d35 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]