aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-05-23 07:50:30 -0700
committerGlenn Morris2020-05-23 07:50:30 -0700
commitce70cfb1b184a57b16cc5a259ee43b317c4b76c0 (patch)
tree115eb0a62594ba4585bc096e6a9d289ffbc88570
parentbd5c3d10b140c0f0ee28659d4349c759196240a8 (diff)
parent8cc453d788883bccc2d86d5bc89e644ecd48eb9a (diff)
downloademacs-ce70cfb1b184a57b16cc5a259ee43b317c4b76c0.tar.gz
emacs-ce70cfb1b184a57b16cc5a259ee43b317c4b76c0.zip
Merge from origin/emacs-27
8cc453d788 Second attempt at improving indexing in control.texi
-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.
1867@node Processing of Errors 1867@node Processing of Errors
1868@subsubsection How Emacs Processes Errors 1868@subsubsection How Emacs Processes Errors
1869@cindex processing of errors 1869@cindex processing of errors
1870@cindex handle errors
1871 1870
1872When an error is signaled, @code{signal} searches for an active 1871When an error is signaled, @code{signal} searches for an active
1873@dfn{handler} for the error. A handler is a sequence of Lisp 1872@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.
1906@subsubsection Writing Code to Handle Errors 1905@subsubsection Writing Code to Handle Errors
1907@cindex error handler 1906@cindex error handler
1908@cindex handling errors 1907@cindex handling errors
1908@cindex handle Lisp errors
1909@cindex forms for handling errors 1909@cindex forms for handling errors
1910 1910
1911 The usual effect of signaling an error is to terminate the command 1911 The usual effect of signaling an error is to terminate the command