]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/os.texi
Treat initial-scratch-message as a doc string
[gnu-emacs] / doc / lispref / os.texi
index 64ebb45f23b8fbec39227024763a4e89997f8ee2..bbe87ca6181975baae06f0a14502598cca601c13 100644 (file)
@@ -195,7 +195,7 @@ It now exits if the option @code{--batch} was specified.
 
 @item
 If the @file{*scratch*} buffer exists and is empty, it inserts
-@code{initial-scratch-message} into that buffer.
+@code{(substitute-command-keys initial-scratch-message)} into that buffer.
 
 @item
 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.
 
 @defopt initial-scratch-message
 This variable, if non-@code{nil}, should be a string, which is
+treated as documentation to be
 inserted into the @file{*scratch*} buffer when Emacs starts up.  If it
 is @code{nil}, the @file{*scratch*} buffer is empty.
 @end defopt