From: Richard M. Stallman Date: Mon, 17 Oct 2005 16:19:56 +0000 (+0000) Subject: (Quitting): Minor clarification. X-Git-Tag: emacs-pretest-22.0.90~6549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=617e58e7f0e3a91dee03b2bee5de7562f6f77c98;p=emacs.git (Quitting): Minor clarification. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index 8788c5b4e5b..ed9cb2cf3ca 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -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