]> git.eshelyaron.com Git - emacs.git/commitdiff
while-no-input-ignore-events manual clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 11:52:03 +0000 (13:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 11:52:03 +0000 (13:52 +0200)
* doc/lispref/commands.texi (Event Input Misc): Be slightly
clearer about what while-no-input-ignore-events is.

doc/lispref/commands.texi

index a351917b852123196788428c43028c20ca7b1428..0db38b7176a8522360bbab577743f791cfc8f36c 100644 (file)
@@ -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