# HG changeset patch # User Richard M. Stallman # Date 771553300 0 # Node ID 3dd8448eee15fba3c203325ff5d915df8ef62e57 # Parent e0f3cfb55df79551485b318ec2fe8cbfc74e1799 (inhibit-startup-echo-area-message): Doc fix. diff -r e0f3cfb55df7 -r 3dd8448eee15 lisp/startup.el --- a/lisp/startup.el Tue Jun 14 00:10:56 1994 +0000 +++ b/lisp/startup.el Tue Jun 14 00:21:40 1994 +0000 @@ -65,8 +65,10 @@ (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.")