diff options
| author | Karl Heuer | 1994-03-01 04:54:43 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-01 04:54:43 +0000 |
| commit | 54a003f758c6d514051aebc67249fe7a224620cd (patch) | |
| tree | 9aca29018cc04ad491e55bae43a34e69286755e4 | |
| parent | a2fa350a88ac08106facaa461e73c97967469fa5 (diff) | |
| download | emacs-54a003f758c6d514051aebc67249fe7a224620cd.tar.gz emacs-54a003f758c6d514051aebc67249fe7a224620cd.zip | |
(inhibit-startup-echo-area-message): Doc fix.
| -rw-r--r-- | lisp/startup.el | 2 |
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. |
| 67 | Inhibition takes effect only if your `.emacs' file contains | 67 | Inhibition takes effect only if your `.emacs' file contains |
| 68 | a line of the form | 68 | a line of the form |
| 69 | (setq inhibit-startup-echo-area-message "YOUR-USER-NAME") | 69 | (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\") |
| 70 | Thus, someone else using a copy of your `.emacs' file will see | 70 | Thus, someone else using a copy of your `.emacs' file will see |
| 71 | the startup message unless he personally acts to inhibit it.") | 71 | the startup message unless he personally acts to inhibit it.") |
| 72 | 72 | ||