comparison lisp/startup.el @ 6119:9e150a376c32

(inhibit-startup-echo-area-message): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 01 Mar 1994 04:54:43 +0000
parents 86efd91bb72c
children f7729c7b0aa7
comparison
equal deleted inserted replaced
6118:6369e352b0ca 6119:9e150a376c32
64 64
65 (defconst inhibit-startup-echo-area-message nil 65 (defconst inhibit-startup-echo-area-message nil
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
73 (defconst inhibit-default-init nil 73 (defconst inhibit-default-init nil
74 "*Non-nil inhibits loading the `default' library.") 74 "*Non-nil inhibits loading the `default' library.")