# HG changeset patch # User Richard M. Stallman # Date 1129565996 0 # Node ID e2fa815b43c1b514dc25646cb9dd4e8840a1a1d9 # Parent 6677034b52bb8ef7b5686cafa60a18aec77043c0 (Quitting): Minor clarification. diff -r 6677034b52bb -r e2fa815b43c1 lispref/commands.texi --- 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