diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-02 15:08:03 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-02 15:08:36 -0700 |
commit | 3d08d06a661344c0ff645e6362e2a2fe1f2e7348 (patch) | |
tree | 854030021c8ce65cd6f1a62d57d0c4db2e224703 /etc | |
parent | b28ad0e9f74646b1126af096a41af20d3e01ad68 (diff) | |
download | emacs-3d08d06a661344c0ff645e6362e2a2fe1f2e7348.tar.gz |
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. and *Buffer List*. This makes Emacs convenient to use from the command line when `initial-buffer-choice' is non-nil. ++++ +** The value of ‘initial-scratch-message’ is now treated as a doc string +and can contain escape sequences for command keys, quotes, and the like. + * Changes in Emacs 25.1 |