diff options
| author | Richard M. Stallman | 2005-10-17 16:19:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-17 16:19:56 +0000 |
| commit | 617e58e7f0e3a91dee03b2bee5de7562f6f77c98 (patch) | |
| tree | 5aba5781fc31e4923f824aec65d0f35214e10f0a | |
| parent | 75c0692f1b5c653aae409e629f3eac07e19d5947 (diff) | |
| download | emacs-617e58e7f0e3a91dee03b2bee5de7562f6f77c98.tar.gz emacs-617e58e7f0e3a91dee03b2bee5de7562f6f77c98.zip | |
(Quitting): Minor clarification.
| -rw-r--r-- | lispref/commands.texi | 5 |
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 | |||
| 2677 | happens immediately and the body doesn't execute at all. | 2677 | happens immediately and the body doesn't execute at all. |
| 2678 | 2678 | ||
| 2679 | This macro is mainly useful in functions that can be called from | 2679 | This macro is mainly useful in functions that can be called from |
| 2680 | timers, @code{pre-command-hook}, @code{post-command-hook} and other | 2680 | timers, process filters, process sentinels, @code{pre-command-hook}, |
| 2681 | places where @code{inhibit-quit} is normally bound to @code{t}. | 2681 | @code{post-command-hook}, and other places where @code{inhibit-quit} is |
| 2682 | normally bound to @code{t}. | ||
| 2682 | @end defmac | 2683 | @end defmac |
| 2683 | 2684 | ||
| 2684 | @deffn Command keyboard-quit | 2685 | @deffn Command keyboard-quit |