# HG changeset patch # User Richard M. Stallman # Date 1174282678 0 # Node ID b8e7b9e517f796311102e4d8c9e5c191015fb973 # Parent 688108e29e1bb2b7599e6c274d93ff5b5e059688 (inhibit-splash-screen, initial-major-mode): Doc fixes. diff -r 688108e29e1b -r b8e7b9e517f7 lisp/startup.el --- a/lisp/startup.el Mon Mar 19 05:30:35 2007 +0000 +++ b/lisp/startup.el Mon Mar 19 05:37:58 2007 +0000 @@ -42,7 +42,7 @@ (defcustom inhibit-splash-screen nil "Non-nil inhibits the startup screen. -It also inhibits display of the initial message in the *scratch* buffer. +It also inhibits display of the initial message in the `*scratch*' buffer. This is for use in your personal init file, once you are familiar with the contents of the startup screen." @@ -195,7 +195,7 @@ the user's init file.") (defcustom initial-major-mode 'lisp-interaction-mode - "Major mode command symbol to use for the initial *scratch* buffer." + "Major mode command symbol to use for the initial `*scratch*' buffer." :type 'function :group 'initialization)