summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorPhillip Rulon <pjr@gnu.org>1999-10-05 23:26:05 +0000
committerPhillip Rulon <pjr@gnu.org>1999-10-05 23:26:05 +0000
commita40d4712b29a99f060a32e8546d8b4522db4b284 (patch)
tree5d272ec75e9255e41b69e010f45bf198259db5b5 /lispref/debugging.texi
parent46fe917b5aecf6fb0c850a744684ab40b56774b8 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index 8946cf0baa..62e78263ff 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -137,16 +137,16 @@ enter the debugger.
@code{debug-on-error} is @code{nil}.
@end defopt
- To debug an error that happens during loading of the @file{.emacs}
-file, use the option @samp{--debug-init}, which binds
-@code{debug-on-error} to @code{t} while loading @file{.emacs}, and
+ To debug an error that happens during loading of the init
+file, use the option @samp{--debug-init}. This binds
+@code{debug-on-error} to @code{t} while loading the init file., and
bypasses the @code{condition-case} which normally catches errors in the
init file.
- If your @file{.emacs} file sets @code{debug-on-error}, the effect may
-not last past the end of loading @file{.emacs}. (This is an undesirable
+ If your init file sets @code{debug-on-error}, the effect may
+not last past the end of loading the init file. (This is an undesirable
byproduct of the code that implements the @samp{--debug-init} command
-line option.) The best way to make @file{.emacs} set
+line option.) The best way to make the init file set
@code{debug-on-error} permanently is with @code{after-init-hook}, like
this: