mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Doc fix.
This commit is contained in:
parent
93ae3cfe70
commit
a096560567
1 changed files with 2 additions and 2 deletions
|
|
@ -86,9 +86,9 @@ The frame system uses this to open frames to display messages while
|
|||
Emacs loads the user's initialization file.")
|
||||
|
||||
(defvar after-init-hook nil
|
||||
"Functions to call after loading the init file (~/.emacs).
|
||||
"Functions to call after loading the init file (`~/.emacs').
|
||||
The call is not protected by a condition-case, so you can set `debug-on-error'
|
||||
in .emacs, and put all the actual code on `after-init-hook'.")
|
||||
in `.emacs', and put all the actual code on `after-init-hook'.")
|
||||
|
||||
(defvar term-setup-hook nil
|
||||
"Functions to be called after loading terminal-specific lisp code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue