aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-17 16:19:56 +0000
committerRichard M. Stallman2005-10-17 16:19:56 +0000
commit617e58e7f0e3a91dee03b2bee5de7562f6f77c98 (patch)
tree5aba5781fc31e4923f824aec65d0f35214e10f0a
parent75c0692f1b5c653aae409e629f3eac07e19d5947 (diff)
downloademacs-617e58e7f0e3a91dee03b2bee5de7562f6f77c98.tar.gz
emacs-617e58e7f0e3a91dee03b2bee5de7562f6f77c98.zip
(Quitting): Minor clarification.
-rw-r--r--lispref/commands.texi5
1 files changed, 3 insertions, 2 deletions
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
2677happens immediately and the body doesn't execute at all. 2677happens immediately and the body doesn't execute at all.
2678 2678
2679This macro is mainly useful in functions that can be called from 2679This macro is mainly useful in functions that can be called from
2680timers, @code{pre-command-hook}, @code{post-command-hook} and other 2680timers, process filters, process sentinels, @code{pre-command-hook},
2681places where @code{inhibit-quit} is normally bound to @code{t}. 2681@code{post-command-hook}, and other places where @code{inhibit-quit} is
2682normally bound to @code{t}.
2682@end defmac 2683@end defmac
2683 2684
2684@deffn Command keyboard-quit 2685@deffn Command keyboard-quit