]> git.eshelyaron.com Git - emacs.git/commitdiff
(Quitting): Add an index entry containing the word ``interrupt''.
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2002 17:59:04 +0000 (17:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2002 17:59:04 +0000 (17:59 +0000)
lispref/commands.texi

index f6be1c332a978cb5ae01a48e0ed6c89f5d332a1f..c3a1a6d9d820eba723ab0b57bd2cc42ed996dcbc 100644 (file)
@@ -2302,6 +2302,7 @@ Use @code{sleep-for} when you wish to guarantee a delay.
 @section Quitting
 @cindex @kbd{C-g}
 @cindex quitting
+@cindex interrupt Lisp functions
 
   Typing @kbd{C-g} while a Lisp function is running causes Emacs to
 @dfn{quit} whatever it is doing.  This means that control returns to the
@@ -2344,6 +2345,7 @@ about the special behavior of @kbd{C-g} in the command loop.  In the
 case of @code{read-quoted-char}, this is so that @kbd{C-q} can be used
 to quote a @kbd{C-g}.  
 
+@cindex prevent quitting
   You can prevent quitting for a portion of a Lisp function by binding
 the variable @code{inhibit-quit} to a non-@code{nil} value.  Then,
 although @kbd{C-g} still sets @code{quit-flag} to @code{t} as usual, the