Mercurial > emacs
comparison lispref/os.texi @ 27353:611b3854d888
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jan 2000 02:48:57 +0000 |
parents | c41efa6c4be1 |
children | 70846ee19545 |
comparison
equal
deleted
inserted
replaced
27352:213da4da6910 | 27353:611b3854d888 |
---|---|
116 | 116 |
117 @item | 117 @item |
118 It processes the action arguments from the command line. | 118 It processes the action arguments from the command line. |
119 | 119 |
120 @item | 120 @item |
121 It runs @code{term-setup-hook}. | 121 It runs @code{emacs-startup-hook} and then @code{term-setup-hook}. |
122 | 122 |
123 @item | 123 @item |
124 It calls @code{frame-notice-user-settings}, which modifies the | 124 It calls @code{frame-notice-user-settings}, which modifies the |
125 parameters of the selected frame according to whatever the init files | 125 parameters of the selected frame according to whatever the init files |
126 specify. | 126 specify. |
229 @end defvar | 229 @end defvar |
230 | 230 |
231 @defvar after-init-hook | 231 @defvar after-init-hook |
232 This normal hook is run, once, just after loading all the init files | 232 This normal hook is run, once, just after loading all the init files |
233 (the user's init file, @file{default.el}, and/or @file{site-start.el}), | 233 (the user's init file, @file{default.el}, and/or @file{site-start.el}), |
234 before the terminal-specific initialization. | 234 before loading the terminal-specific library and processing the |
235 command-line arguments. | |
236 @end defvar | |
237 | |
238 @defvar emacs-startup-hook | |
239 @tindex emacs-startup-hook | |
240 This normal hook is run, once, just after handling the command line | |
241 arguments, just before @code{term-setup-hook}. | |
242 @end defvar | |
243 | |
244 @defvar user-init-file | |
245 @tindex user-init-file | |
246 This variable holds the file name of the user's init file. If the | |
247 actual init file loaded is a compiled file, such as @file{.emacs.elc}, | |
248 the value refers to the corresponding source file. | |
235 @end defvar | 249 @end defvar |
236 | 250 |
237 @node Terminal-Specific | 251 @node Terminal-Specific |
238 @subsection Terminal-Specific Initialization | 252 @subsection Terminal-Specific Initialization |
239 @cindex terminal-specific initialization | 253 @cindex terminal-specific initialization |