From: Karl Heuer Date: Tue, 1 Mar 1994 04:54:43 +0000 (+0000) Subject: (inhibit-startup-echo-area-message): Doc fix. X-Git-Tag: emacs-19.34~9733 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54a003f758c6d514051aebc67249fe7a224620cd;p=emacs.git (inhibit-startup-echo-area-message): Doc fix. --- 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.") "*Non-nil inhibits the initial startup echo area message. Inhibition takes effect only if your `.emacs' file contains a line of the form - (setq inhibit-startup-echo-area-message "YOUR-USER-NAME") + (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\") Thus, someone else using a copy of your `.emacs' file will see the startup message unless he personally acts to inhibit it.")