aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1992-11-07 04:05:32 +0000
committerRichard M. Stallman1992-11-07 04:05:32 +0000
commita0965605674a4bcb8e8f64be32544794c368f1ab (patch)
tree00211a17910d026cba128a3a009e8bfd17e0f11f /lisp
parent93ae3cfe70f5b7290f0ee880989fd0f5bc80acc3 (diff)
downloademacs-a0965605674a4bcb8e8f64be32544794c368f1ab.tar.gz
emacs-a0965605674a4bcb8e8f64be32544794c368f1ab.zip
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el4
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
86Emacs loads the user's initialization file.") 86Emacs 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').
90The call is not protected by a condition-case, so you can set `debug-on-error' 90The call is not protected by a condition-case, so you can set `debug-on-error'
91in .emacs, and put all the actual code on `after-init-hook'.") 91in `.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.