comparison lisp/startup.el @ 22529:d9eac134a41b

Doc fixes.
author Karl Heuer <kwzh@gnu.org>
date Sat, 20 Jun 1998 22:06:30 +0000
parents 6c1c72f0145b
children 187c9bf1aab6
comparison
equal deleted inserted replaced
22528:917ec8bf0d89 22529:d9eac134a41b
132 132
133 (defcustom inhibit-startup-echo-area-message nil 133 (defcustom inhibit-startup-echo-area-message nil
134 "*Non-nil inhibits the initial startup echo area message. 134 "*Non-nil inhibits the initial startup echo area message.
135 Setting this variable takes effect 135 Setting this variable takes effect
136 only if you do it with the customization buffer 136 only if you do it with the customization buffer
137 or it your `.emacs' file contains a line of this form: 137 or if your `.emacs' file contains a line of this form:
138 (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\") 138 (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")
139 If your `.emacs' file is byte-compiled, use the following form instead: 139 If your `.emacs' file is byte-compiled, use the following form instead:
140 (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")) 140 (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\"))
141 Thus, someone else using a copy of your `.emacs' file will see 141 Thus, someone else using a copy of your `.emacs' file will see
142 the startup message unless he personally acts to inhibit it." 142 the startup message unless he personally acts to inhibit it."
247 247
248 (defvar keyboard-type nil 248 (defvar keyboard-type nil
249 "The brand of keyboard you are using. 249 "The brand of keyboard you are using.
250 This variable is used to define 250 This variable is used to define
251 the proper function and keypad keys for use under X. It is used in a 251 the proper function and keypad keys for use under X. It is used in a
252 fashion analogous to the environment value TERM.") 252 fashion analogous to the environment variable TERM.")
253 253
254 (defvar window-setup-hook nil 254 (defvar window-setup-hook nil
255 "Normal hook run to initialize window system display. 255 "Normal hook run to initialize window system display.
256 Emacs runs this hook after processing the command line arguments and loading 256 Emacs runs this hook after processing the command line arguments and loading
257 the user's init file.") 257 the user's init file.")