diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-20 13:52:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-20 13:52:03 +0200 |
commit | db1907233c8ecc7ca562e365125c24d60bb40c54 (patch) | |
tree | c1a1cfba89ee40c03553aa55c6313dda4ed81f1a /doc/lispref/commands.texi | |
parent | 23b30327020c3f59691fbb20f061691c7bb15bdd (diff) | |
download | emacs-db1907233c8ecc7ca562e365125c24d60bb40c54.tar.gz emacs-db1907233c8ecc7ca562e365125c24d60bb40c54.tar.bz2 emacs-db1907233c8ecc7ca562e365125c24d60bb40c54.zip |
while-no-input-ignore-events manual clarification
* doc/lispref/commands.texi (Event Input Misc): Be slightly
clearer about what while-no-input-ignore-events is.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index a351917b852..0db38b7176a 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2959,7 +2959,7 @@ like this: @defvar while-no-input-ignore-events This variable allow setting which special events @code{while-no-input} -should ignore. It is a list of symbols. +should ignore. It is a list of event symbols (@pxref{Event Examples}). @end defvar |