diff options
| author | Stefan Kangas | 2020-05-20 00:43:40 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-05-21 04:57:10 +0200 |
| commit | 8cc453d788883bccc2d86d5bc89e644ecd48eb9a (patch) | |
| tree | b15a8ce96318265a4713acbcccc1ac67e919e0fb | |
| parent | 0eeeedf19574d4370b3bf9e1f751a14e8911f300 (diff) | |
| download | emacs-8cc453d788883bccc2d86d5bc89e644ecd48eb9a.tar.gz emacs-8cc453d788883bccc2d86d5bc89e644ecd48eb9a.zip | |
Second attempt at improving indexing in control.texi
* doc/lispref/control.texi (Processing of Errors): Improve indexing by
adding the word form "handle" in addition to "handling". With thanks
to Eli Zaretskii.
| -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 |