aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-19 05:37:58 +0000
committerRichard M. Stallman2007-03-19 05:37:58 +0000
commitab863ac2631ff3c3256913deb57a69d07ae3ec9c (patch)
tree1fe13ba456e3f8b321480ead1736616199c6f134
parent520a1273081fc361496a4e45c14bedbd6f2fb192 (diff)
downloademacs-ab863ac2631ff3c3256913deb57a69d07ae3ec9c.tar.gz
emacs-ab863ac2631ff3c3256913deb57a69d07ae3ec9c.zip
(inhibit-splash-screen, initial-major-mode): Doc fixes.
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
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 @@
42 42
43(defcustom inhibit-splash-screen nil 43(defcustom inhibit-splash-screen nil
44 "Non-nil inhibits the startup screen. 44 "Non-nil inhibits the startup screen.
45It also inhibits display of the initial message in the *scratch* buffer. 45It also inhibits display of the initial message in the `*scratch*' buffer.
46 46
47This is for use in your personal init file, once you are familiar 47This is for use in your personal init file, once you are familiar
48with the contents of the startup screen." 48with the contents of the startup screen."
@@ -195,7 +195,7 @@ Emacs runs this hook after processing the command line arguments and loading
195the user's init file.") 195the user's init file.")
196 196
197(defcustom initial-major-mode 'lisp-interaction-mode 197(defcustom initial-major-mode 'lisp-interaction-mode
198 "Major mode command symbol to use for the initial *scratch* buffer." 198 "Major mode command symbol to use for the initial `*scratch*' buffer."
199 :type 'function 199 :type 'function
200 :group 'initialization) 200 :group 'initialization)
201 201