aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-16 00:29:04 +0000
committerRichard M. Stallman2000-01-16 00:29:04 +0000
commit05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd (patch)
tree5654410e0ec72c37c36f9d82ae4fd143a98f2de5 /lispref/debugging.texi
parentb3303df7ab109ec17cc54164f093a42cbd76f529 (diff)
downloademacs-05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd.tar.gz
emacs-05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd.zip
*** empty log message ***
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index f8028404156..d8b465a29cb 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -140,7 +140,7 @@ enter the debugger.
140 140
141 To debug an error that happens during loading of the init 141 To debug an error that happens during loading of the init
142file, use the option @samp{--debug-init}. This binds 142file, use the option @samp{--debug-init}. This binds
143@code{debug-on-error} to @code{t} while loading the init file., and 143@code{debug-on-error} to @code{t} while loading the init file, and
144bypasses the @code{condition-case} which normally catches errors in the 144bypasses the @code{condition-case} which normally catches errors in the
145init file. 145init file.
146 146