aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/commands.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 46756d0ddd6..c4de5299ce9 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2917,6 +2917,12 @@ like this:
2917@end example 2917@end example
2918@end defmac 2918@end defmac
2919 2919
2920@defvar while-no-input-ignore-events
2921This variable allow setting which special events @code{while-no-input}
2922should ignore. It is a list of symbols.
2923
2924@end defvar
2925
2920@defun discard-input 2926@defun discard-input
2921@cindex flushing input 2927@cindex flushing input
2922@cindex discarding input 2928@cindex discarding input