diff options
| author | Paul Eggert | 2015-12-26 15:22:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-12-26 15:23:04 -0800 |
| commit | 767240ec4645fac2d72f681cd7a6013399e12e56 (patch) | |
| tree | 329a2ed2d587b624f92a2783c99daa5ce3214bc2 | |
| parent | ba66b357f14db867b5ffd3e75e94b08fe8c36d9c (diff) | |
| download | emacs-767240ec4645fac2d72f681cd7a6013399e12e56.tar.gz emacs-767240ec4645fac2d72f681cd7a6013399e12e56.zip | |
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
| -rw-r--r-- | lisp/startup.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 0e36d35400c..20f25a8de38 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1430,9 +1430,8 @@ settings will be marked as \"CHANGED outside of Customize\"." | |||
| 1430 | (put 'cursor 'face-modified t)))) | 1430 | (put 'cursor 'face-modified t)))) |
| 1431 | 1431 | ||
| 1432 | (defcustom initial-scratch-message (purecopy "\ | 1432 | (defcustom initial-scratch-message (purecopy "\ |
| 1433 | ;; This buffer is for notes you don\\='t want to save, and for Lisp evaluation. | 1433 | ;; This buffer is for text that is not saved, and for Lisp evaluation. |
| 1434 | ;; If you want to create a file, visit that file with \\[find-file], | 1434 | ;; To create a file, visit it with \\[find-file] and enter text in its buffer. |
| 1435 | ;; then enter the text in that file\\='s own buffer. | ||
| 1436 | 1435 | ||
| 1437 | ") | 1436 | ") |
| 1438 | "Initial documentation displayed in *scratch* buffer at startup. | 1437 | "Initial documentation displayed in *scratch* buffer at startup. |