* doc/lispref/control.texi (Processing of Errors): Improve indexing.

This commit is contained in:
Stefan Kangas 2020-05-19 02:33:57 +02:00
parent b48ab743a8
commit 03d44acfdd

View 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