]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/control.texi (Processing of Errors): Improve indexing.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 19 May 2020 00:33:57 +0000 (02:33 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 19 May 2020 00:36:07 +0000 (02:36 +0200)
doc/lispref/control.texi

index c601e3af9bcccd669a271e15e2feaebb26cd5b5a..7755cbb5f25ffb15d1cd363549a2c2765e7eb353 100644 (file)
@@ -1867,6 +1867,7 @@ 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