From: Richard M. Stallman Date: Mon, 19 Mar 2007 05:37:58 +0000 (+0000) Subject: (inhibit-splash-screen, initial-major-mode): Doc fixes. X-Git-Tag: emacs-pretest-22.0.96~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab863ac2631ff3c3256913deb57a69d07ae3ec9c;p=emacs.git (inhibit-splash-screen, initial-major-mode): Doc fixes. --- diff --git a/lisp/startup.el b/lisp/startup.el index 7e6b4f9ac36..61f4f0071ed 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 @@ Emacs runs this hook after processing the command line arguments and loading 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)