(M30699'): Separate U+829D.
[chise/xemacs-chise.git] / info / lispref.info-13
index 3d16406..f3f19ee 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/lispref.info, produced by makeinfo version 3.12s from
+This is ../info/lispref.info, produced by makeinfo version 4.0 from
 lispref/lispref.texi.
 
 INFO-DIR-SECTION XEmacs Editor
@@ -80,6 +80,10 @@ debugger, set the variable `debug-on-error' to non-`nil'.
      happen in process filter functions and sentinels.  Therefore, these
      errors also can invoke the debugger.  *Note Processes::.
 
+ - User Option: debug-on-signal
+     This variable is similar to `debug-on-error' but breaks whenever
+     an error is signalled, regardless of whether it would be handled.
+
  - User Option: debug-ignored-errors
      This variable specifies certain kinds of errors that should not
      enter the debugger.  Its value is a list of error condition
@@ -105,10 +109,6 @@ best way to make `.emacs' set `debug-on-error' permanently is with
      (add-hook 'after-init-hook
                '(lambda () (setq debug-on-error t)))
 
- - User Option: debug-on-signal
-     This variable is similar to `debug-on-error' but breaks whenever
-     an error is signalled, regardless of whether it would be handled.
-
 \1f
 File: lispref.info,  Node: Infinite Loops,  Next: Function Debugging,  Prev: Error Debugging,  Up: Debugger