comparison lisp/startup.el @ 1550:279b5a572def

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Nov 1992 04:05:32 +0000
parents 5430eac8f453
children a7e915481db1
comparison
equal deleted inserted replaced
1549:a83000ceb5df 1550:279b5a572def
84 "Functions to call after handling urgent options but before loading init file. 84 "Functions to call after handling urgent options but before loading init file.
85 The frame system uses this to open frames to display messages while 85 The frame system uses this to open frames to display messages while
86 Emacs loads the user's initialization file.") 86 Emacs loads the user's initialization file.")
87 87
88 (defvar after-init-hook nil 88 (defvar after-init-hook nil
89 "Functions to call after loading the init file (~/.emacs). 89 "Functions to call after loading the init file (`~/.emacs').
90 The call is not protected by a condition-case, so you can set `debug-on-error' 90 The call is not protected by a condition-case, so you can set `debug-on-error'
91 in .emacs, and put all the actual code on `after-init-hook'.") 91 in `.emacs', and put all the actual code on `after-init-hook'.")
92 92
93 (defvar term-setup-hook nil 93 (defvar term-setup-hook nil
94 "Functions to be called after loading terminal-specific lisp code. 94 "Functions to be called after loading terminal-specific lisp code.
95 See `run-hooks'. This variable exists for users to set, 95 See `run-hooks'. This variable exists for users to set,
96 so as to override the definitions made by the terminal-specific file. 96 so as to override the definitions made by the terminal-specific file.