Mercurial > emacs
changeset 1550:279b5a572def
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Nov 1992 04:05:32 +0000 |
parents | a83000ceb5df |
children | 1f7d20c707c0 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Nov 06 22:49:53 1992 +0000 +++ b/lisp/startup.el Sat Nov 07 04:05:32 1992 +0000 @@ -86,9 +86,9 @@ 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.