From 2a1cf63635175fe5a9a6103ceca02af0ea6e07a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 18:19:34 +0000 Subject: (Minibuffer Misc): Get rid of "Emacs 21". --- lispref/minibuf.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lispref/minibuf.texi') diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index eb60d99fa62..288bacc5e93 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -1731,14 +1731,14 @@ minibuffer. If no minibuffer is active, it returns @code{nil}. @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 @@ properties, just the characters themselves. @xref{Text Properties}. @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 -- cgit v1.2.1