diff options
| -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: | |||
| 2959 | 2959 | ||
| 2960 | @defvar while-no-input-ignore-events | 2960 | @defvar while-no-input-ignore-events |
| 2961 | This variable allow setting which special events @code{while-no-input} | 2961 | This variable allow setting which special events @code{while-no-input} |
| 2962 | should ignore. It is a list of symbols. | 2962 | should ignore. It is a list of event symbols (@pxref{Event Examples}). |
| 2963 | 2963 | ||
| 2964 | @end defvar | 2964 | @end defvar |
| 2965 | 2965 | ||