]> git.eshelyaron.com Git - emacs.git/commitdiff
(Quitting): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 2005 16:19:56 +0000 (16:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 2005 16:19:56 +0000 (16:19 +0000)
lispref/commands.texi

index 8788c5b4e5bd0b958633d08f8cbb29908acf0b35..ed9cb2cf3ca020995556275b0599caa83af25c06 100644 (file)
@@ -2677,8 +2677,9 @@ already non-@code{nil} at the beginning of @var{body}, the local quit
 happens immediately and the body doesn't execute at all.
 
 This macro is mainly useful in functions that can be called from
-timers, @code{pre-command-hook}, @code{post-command-hook} and other
-places where @code{inhibit-quit} is normally bound to @code{t}.
+timers, process filters, process sentinels, @code{pre-command-hook},
+@code{post-command-hook}, and other places where @code{inhibit-quit} is
+normally bound to @code{t}.
 @end defmac
 
 @deffn Command keyboard-quit