diff options
| -rw-r--r-- | doc/lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 7755cbb5f25..58f93366fe9 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -1867,7 +1867,6 @@ concept of continuable errors. | |||
| 1867 | @node Processing of Errors | 1867 | @node Processing of Errors |
| 1868 | @subsubsection How Emacs Processes Errors | 1868 | @subsubsection How Emacs Processes Errors |
| 1869 | @cindex processing of errors | 1869 | @cindex processing of errors |
| 1870 | @cindex handle errors | ||
| 1871 | 1870 | ||
| 1872 | When an error is signaled, @code{signal} searches for an active | 1871 | When an error is signaled, @code{signal} searches for an active |
| 1873 | @dfn{handler} for the error. A handler is a sequence of Lisp | 1872 | @dfn{handler} for the error. A handler is a sequence of Lisp |
| @@ -1906,6 +1905,7 @@ variables precisely as they were at the time of the error. | |||
| 1906 | @subsubsection Writing Code to Handle Errors | 1905 | @subsubsection Writing Code to Handle Errors |
| 1907 | @cindex error handler | 1906 | @cindex error handler |
| 1908 | @cindex handling errors | 1907 | @cindex handling errors |
| 1908 | @cindex handle Lisp errors | ||
| 1909 | @cindex forms for handling errors | 1909 | @cindex forms for handling errors |
| 1910 | 1910 | ||
| 1911 | The usual effect of signaling an error is to terminate the command | 1911 | The usual effect of signaling an error is to terminate the command |