From 50f0084172dfb1ec62c5ef6e2c174fad8898a83d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 May 2012 00:27:29 -0700 Subject: [PATCH] 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. --- doc/lispref/ChangeLog | 3 +++ doc/lispref/commands.texi | 2 ++ doc/lispref/numbers.texi | 2 -- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2e5d2526261..65452bf6585 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2012-05-04 Glenn Morris + * commands.texi (Event Input Misc): Don't mention unread-command-char. + * numbers.texi (Predicates on Numbers): Don't mention Emacs 18. + * objects.texi (Process Type, Overlay Type): Tweak page-breaks. * intro.texi (Caveats): Copyedit. 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 diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 5973137e587..7019fdde172 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -268,8 +268,6 @@ its argument. See also @code{integer-or-marker-p} and @defun floatp object This predicate tests whether its argument is a floating point number and returns @code{t} if so, @code{nil} otherwise. - -@code{floatp} does not exist in Emacs versions 18 and earlier. @end defun @defun integerp object -- 2.11.4.GIT