]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit-startup-echo-area-message): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Jun 1994 00:21:40 +0000 (00:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Jun 1994 00:21:40 +0000 (00:21 +0000)
lisp/startup.el

index 65024de31bb4957391be5ebe061029295ca72b79..6a32bb10a36e01b6d31cdbf7d5f57f14bd26e471 100644 (file)
@@ -65,8 +65,10 @@ with the contents of the startup message.")
 (defconst inhibit-startup-echo-area-message nil
   "*Non-nil inhibits the initial startup echo area message.
 Inhibition takes effect only if your `.emacs' file contains
-a line of the form
+a line of this form:
  (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")
+If your `.emacs' file is byte-compiled, use the following form instead:
+ (eval '(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.")