From: Lars Ingebrigtsen Date: Sun, 20 Oct 2019 11:52:03 +0000 (+0200) Subject: while-no-input-ignore-events manual clarification X-Git-Tag: emacs-27.0.90~961 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db1907233c8ecc7ca562e365125c24d60bb40c54;p=emacs.git 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. --- 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