Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Nov 1992 04:05:32 +0000 (04:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Nov 1992 04:05:32 +0000 (04:05 +0000)
lisp/startup.el

index a2a562e..f13aefe 100644 (file)
@@ -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.