diff options
| author | Paul Eggert | 2015-09-02 15:08:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-02 15:08:36 -0700 |
| commit | 3d08d06a661344c0ff645e6362e2a2fe1f2e7348 (patch) | |
| tree | 854030021c8ce65cd6f1a62d57d0c4db2e224703 /etc | |
| parent | b28ad0e9f74646b1126af096a41af20d3e01ad68 (diff) | |
| download | emacs-3d08d06a661344c0ff645e6362e2a2fe1f2e7348.tar.gz emacs-3d08d06a661344c0ff645e6362e2a2fe1f2e7348.zip | |
Treat initial-scratch-message as a doc string
* doc/emacs/building.texi (Lisp Interaction):
* doc/lispref/os.texi (Startup Summary):
* etc/NEWS: Document this.
* lisp/startup.el (initial-scratch-message):
Look up find-file’s key rather than hardcoding it.
(command-line-1): Substitute the doc string.
This also substitutes the quotes, which will help test display
quoting at startup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -91,6 +91,10 @@ so if you want to use it, you can always take a copy from an older Emacs. | |||
| 91 | and *Buffer List*. This makes Emacs convenient to use from the | 91 | and *Buffer List*. This makes Emacs convenient to use from the |
| 92 | command line when `initial-buffer-choice' is non-nil. | 92 | command line when `initial-buffer-choice' is non-nil. |
| 93 | 93 | ||
| 94 | +++ | ||
| 95 | ** The value of ‘initial-scratch-message’ is now treated as a doc string | ||
| 96 | and can contain escape sequences for command keys, quotes, and the like. | ||
| 97 | |||
| 94 | 98 | ||
| 95 | * Changes in Emacs 25.1 | 99 | * Changes in Emacs 25.1 |
| 96 | 100 | ||