emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ce70cfb 3/5: Merge from origin/emacs-27


From: Glenn Morris
Subject: master ce70cfb 3/5: Merge from origin/emacs-27
Date: Sat, 23 May 2020 10:55:37 -0400 (EDT)

branch: master
commit ce70cfb1b184a57b16cc5a259ee43b317c4b76c0
Merge: bd5c3d1 8cc453d
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Merge from origin/emacs-27
    
    8cc453d788 Second attempt at improving indexing in control.texi
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 7755cbb..58f9336 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]