# HG changeset patch # User Karl Heuer # Date 762497683 0 # Node ID 9e150a376c326d853b9c8c3bdb23df5f57cf5ed4 # Parent 6369e352b0ca5f0c474c8f37d19c4cffec9a2d44 (inhibit-startup-echo-area-message): Doc fix. diff -r 6369e352b0ca -r 9e150a376c32 lisp/startup.el --- a/lisp/startup.el Tue Mar 01 04:42:37 1994 +0000 +++ b/lisp/startup.el Tue Mar 01 04:54:43 1994 +0000 @@ -66,7 +66,7 @@ "*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.")