changeset 66153:e2fa815b43c1

(Quitting): Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Oct 2005 16:19:56 +0000
parents 6677034b52bb
children cdd77b8367b9
files lispref/commands.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/commands.texi	Mon Oct 17 16:16:27 2005 +0000
+++ b/lispref/commands.texi	Mon Oct 17 16:19:56 2005 +0000
@@ -2677,8 +2677,9 @@
 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