changeset 60449:19e8fd4ab907

(Minibuffer Misc): Get rid of "Emacs 21".
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 18:19:34 +0000
parents 1f2f39d6b2e7
children abf7b131c9ab
files lispref/minibuf.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/minibuf.texi	Sun Mar 06 18:19:01 2005 +0000
+++ b/lispref/minibuf.texi	Sun Mar 06 18:19:34 2005 +0000
@@ -1731,14 +1731,14 @@
 
 @defun minibuffer-prompt-end
 @tindex minibuffer-prompt-end
-This function, available starting in Emacs 21, returns the current
+This function returns the current
 position of the end of the minibuffer prompt, if a minibuffer is
 current.  Otherwise, it returns the minimum valid buffer position.
 @end defun
 
 @defun minibuffer-contents
 @tindex minibuffer-contents
-This function, available starting in Emacs 21, returns the editable
+This function returns the editable
 contents of the minibuffer (that is, everything except the prompt) as
 a string, if a minibuffer is current.  Otherwise, it returns the
 entire contents of the current buffer.
@@ -1752,7 +1752,7 @@
 
 @defun delete-minibuffer-contents
 @tindex delete-minibuffer-contents
-This function, available starting in Emacs 21, erases the editable
+This function erases the editable
 contents of the minibuffer (that is, everything except the prompt), if
 a minibuffer is current.  Otherwise, it erases the entire buffer.
 @end defun