]> git.eshelyaron.com Git - emacs.git/commitdiff
Second attempt at improving indexing in control.texi
authorStefan Kangas <stefankangas@gmail.com>
Tue, 19 May 2020 22:43:40 +0000 (00:43 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 21 May 2020 02:57:10 +0000 (04:57 +0200)
* doc/lispref/control.texi (Processing of Errors): Improve indexing by
adding the word form "handle" in addition to "handling".  With thanks
to Eli Zaretskii.

doc/lispref/control.texi

index 7755cbb5f25ffb15d1cd363549a2c2765e7eb353..58f93366fe9e3d5c56229e0c16eeacef6f59ad10 100644 (file)
@@ -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