diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/building.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index b4a99a1c25e..1d40a2dd12d 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -1549,7 +1549,7 @@ mode are the same as in Emacs Lisp mode. | |||
| 1549 | At startup, the @file{*scratch*} buffer contains a short message, in | 1549 | At startup, the @file{*scratch*} buffer contains a short message, in |
| 1550 | the form of a Lisp comment, that explains what it is for. This | 1550 | the form of a Lisp comment, that explains what it is for. This |
| 1551 | message is controlled by the variable @code{initial-scratch-message}, | 1551 | message is controlled by the variable @code{initial-scratch-message}, |
| 1552 | which should be either a string, or @code{nil} (which means to | 1552 | which should be either a documentation string, or @code{nil} (which means to |
| 1553 | suppress the message). | 1553 | suppress the message). |
| 1554 | 1554 | ||
| 1555 | @findex ielm | 1555 | @findex ielm |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 64ebb45f23b..bbe87ca6181 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -195,7 +195,7 @@ It now exits if the option @code{--batch} was specified. | |||
| 195 | 195 | ||
| 196 | @item | 196 | @item |
| 197 | If the @file{*scratch*} buffer exists and is empty, it inserts | 197 | If the @file{*scratch*} buffer exists and is empty, it inserts |
| 198 | @code{initial-scratch-message} into that buffer. | 198 | @code{(substitute-command-keys initial-scratch-message)} into that buffer. |
| 199 | 199 | ||
| 200 | @item | 200 | @item |
| 201 | If @code{initial-buffer-choice} is a string, it visits the file (or | 201 | If @code{initial-buffer-choice} is a string, it visits the file (or |
| @@ -314,6 +314,7 @@ file will not inhibit the message for someone else. | |||
| 314 | 314 | ||
| 315 | @defopt initial-scratch-message | 315 | @defopt initial-scratch-message |
| 316 | This variable, if non-@code{nil}, should be a string, which is | 316 | This variable, if non-@code{nil}, should be a string, which is |
| 317 | treated as documentation to be | ||
| 317 | inserted into the @file{*scratch*} buffer when Emacs starts up. If it | 318 | inserted into the @file{*scratch*} buffer when Emacs starts up. If it |
| 318 | is @code{nil}, the @file{*scratch*} buffer is empty. | 319 | is @code{nil}, the @file{*scratch*} buffer is empty. |
| 319 | @end defopt | 320 | @end defopt |