emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 767240e: Reword initial *scratch* for brevity, ap


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 767240e: Reword initial *scratch* for brevity, appearance
Date: Sat, 26 Dec 2015 23:23:08 +0000

branch: emacs-25
commit 767240ec4645fac2d72f681cd7a6013399e12e56
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Reword initial *scratch* for brevity, appearance
    
    * lisp/startup.el (initial-scratch-message):
    Reword to avoid apostrophes, and to make it shorter.
    See the thread starting in:
    http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg01241.html
---
 lisp/startup.el |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index 0e36d35..20f25a8 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1430,9 +1430,8 @@ 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.
-;; If you want to create a file, visit that file with \\[find-file],
-;; then enter the text in that file\\='s own buffer.
+;; This buffer is for text that is not saved, and for Lisp evaluation.
+;; To create a file, visit it with \\[find-file] and enter text in its buffer.
 
 ")
   "Initial documentation displayed in *scratch* buffer at startup.



reply via email to

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