summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-05-20 00:43:40 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-05-21 04:57:10 +0200
commit8cc453d788883bccc2d86d5bc89e644ecd48eb9a (patch)
treeb15a8ce96318265a4713acbcccc1ac67e919e0fb /doc
parent0eeeedf19574d4370b3bf9e1f751a14e8911f300 (diff)
downloademacs-8cc453d788883bccc2d86d5bc89e644ecd48eb9a.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/control.texi2
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.
@node Processing of Errors
@subsubsection How Emacs Processes Errors
@cindex processing of errors
-@cindex handle errors
When an error is signaled, @code{signal} searches for an active
@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.
@subsubsection Writing Code to Handle Errors
@cindex error handler
@cindex handling errors
+@cindex handle Lisp errors
@cindex forms for handling errors
The usual effect of signaling an error is to terminate the command