* doc/lispref/control.texi (Processing of Errors): Improve indexing by
adding the word form "handle" in addition to "handling". With thanks
to Eli Zaretskii.
@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
@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