diff options
| author | Richard M. Stallman | 1992-11-07 04:05:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-11-07 04:05:32 +0000 |
| commit | a0965605674a4bcb8e8f64be32544794c368f1ab (patch) | |
| tree | 00211a17910d026cba128a3a009e8bfd17e0f11f /lisp | |
| parent | 93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3 (diff) | |
| download | emacs-a0965605674a4bcb8e8f64be32544794c368f1ab.tar.gz emacs-a0965605674a4bcb8e8f64be32544794c368f1ab.zip | |
Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index a2a562e6f2c..f13aefec1a4 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -86,9 +86,9 @@ 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. |