diff options
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 2 |
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 |
| 142 | file, use the option @samp{--debug-init}. This binds | 142 | file, 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 |
| 144 | bypasses the @code{condition-case} which normally catches errors in the | 144 | bypasses the @code{condition-case} which normally catches errors in the |
| 145 | init file. | 145 | init file. |
| 146 | 146 | ||