aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/commands.texi11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 7e24de94fbe..dc0fa4c639d 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2738,17 +2738,6 @@ This function converts the string or vector @var{key} to a list of
2738individual events, which you can put in @code{unread-command-events}. 2738individual events, which you can put in @code{unread-command-events}.
2739@end defun 2739@end defun
2740 2740
2741@ignore
2742@defvar unread-command-char
2743This variable holds a character to be read as command input.
2744A value of -1 means ``empty''.
2745
2746This variable is mostly obsolete now that you can use
2747@code{unread-command-events} instead; it exists only to support programs
2748written for Emacs versions 18 and earlier.
2749@end defvar
2750@end ignore
2751
2752@defun input-pending-p 2741@defun input-pending-p
2753@cindex waiting for command key input 2742@cindex waiting for command key input
2754This function determines whether any command input is currently 2743This function determines whether any command input is currently