Mercurial > emacs
changeset 76560:b8e7b9e517f7
(inhibit-splash-screen, initial-major-mode): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Mar 2007 05:37:58 +0000 |
parents | 688108e29e1b |
children | ac5d4367be3a |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)