diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-04 00:27:29 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-04 00:27:29 -0700 |
commit | 50f0084172dfb1ec62c5ef6e2c174fad8898a83d (patch) | |
tree | 9f13bc7289f89336ce35b0fa43c9a5abb4e7834c /doc/lispref/commands.texi | |
parent | 06793fea52fe5fddd86708121b77ff6d81d4fe02 (diff) | |
download | emacs-50f0084172dfb1ec62c5ef6e2c174fad8898a83d.tar.gz |
A belated farewell to documenting Emacs 18 features
* commands.texi (Event Input Misc): Don't mention unread-command-char.
* numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index b96d5878124..ec5a95a3f3b 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2704,6 +2704,7 @@ This function converts the string or vector @var{key} to a list of individual events, which you can put in @code{unread-command-events}. @end defun +@ignore @defvar unread-command-char This variable holds a character to be read as command input. A value of -1 means ``empty''. @@ -2712,6 +2713,7 @@ This variable is mostly obsolete now that you can use @code{unread-command-events} instead; it exists only to support programs written for Emacs versions 18 and earlier. @end defvar +@end ignore @defun input-pending-p @cindex waiting for command key input |