aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-01 04:54:43 +0000
committerKarl Heuer1994-03-01 04:54:43 +0000
commit54a003f758c6d514051aebc67249fe7a224620cd (patch)
tree9aca29018cc04ad491e55bae43a34e69286755e4
parenta2fa350a88ac08106facaa461e73c97967469fa5 (diff)
downloademacs-54a003f758c6d514051aebc67249fe7a224620cd.tar.gz
emacs-54a003f758c6d514051aebc67249fe7a224620cd.zip
(inhibit-startup-echo-area-message): Doc fix.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 5d1d7574a28..a600c96a3c3 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -66,7 +66,7 @@ with the contents of the startup message.")
66 "*Non-nil inhibits the initial startup echo area message. 66 "*Non-nil inhibits the initial startup echo area message.
67Inhibition takes effect only if your `.emacs' file contains 67Inhibition takes effect only if your `.emacs' file contains
68a line of the form 68a line of the form
69 (setq inhibit-startup-echo-area-message "YOUR-USER-NAME") 69 (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")
70Thus, someone else using a copy of your `.emacs' file will see 70Thus, someone else using a copy of your `.emacs' file will see
71the startup message unless he personally acts to inhibit it.") 71the startup message unless he personally acts to inhibit it.")
72 72