diff options
| author | Richard M. Stallman | 2005-03-06 18:19:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 18:19:34 +0000 |
| commit | 2a1cf63635175fe5a9a6103ceca02af0ea6e07a4 (patch) | |
| tree | a8c402c91660ed48f8599e58009725f2c67ca2e2 | |
| parent | aa9261ac7e8177a3bd35a57f1d0a058648bbda76 (diff) | |
| download | emacs-2a1cf63635175fe5a9a6103ceca02af0ea6e07a4.tar.gz emacs-2a1cf63635175fe5a9a6103ceca02af0ea6e07a4.zip | |
(Minibuffer Misc): Get rid of "Emacs 21".
| -rw-r--r-- | lispref/minibuf.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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}. | |||
| 1731 | 1731 | ||
| 1732 | @defun minibuffer-prompt-end | 1732 | @defun minibuffer-prompt-end |
| 1733 | @tindex minibuffer-prompt-end | 1733 | @tindex minibuffer-prompt-end |
| 1734 | This function, available starting in Emacs 21, returns the current | 1734 | This function returns the current |
| 1735 | position of the end of the minibuffer prompt, if a minibuffer is | 1735 | position of the end of the minibuffer prompt, if a minibuffer is |
| 1736 | current. Otherwise, it returns the minimum valid buffer position. | 1736 | current. Otherwise, it returns the minimum valid buffer position. |
| 1737 | @end defun | 1737 | @end defun |
| 1738 | 1738 | ||
| 1739 | @defun minibuffer-contents | 1739 | @defun minibuffer-contents |
| 1740 | @tindex minibuffer-contents | 1740 | @tindex minibuffer-contents |
| 1741 | This function, available starting in Emacs 21, returns the editable | 1741 | This function returns the editable |
| 1742 | contents of the minibuffer (that is, everything except the prompt) as | 1742 | contents of the minibuffer (that is, everything except the prompt) as |
| 1743 | a string, if a minibuffer is current. Otherwise, it returns the | 1743 | a string, if a minibuffer is current. Otherwise, it returns the |
| 1744 | entire contents of the current buffer. | 1744 | entire contents of the current buffer. |
| @@ -1752,7 +1752,7 @@ properties, just the characters themselves. @xref{Text Properties}. | |||
| 1752 | 1752 | ||
| 1753 | @defun delete-minibuffer-contents | 1753 | @defun delete-minibuffer-contents |
| 1754 | @tindex delete-minibuffer-contents | 1754 | @tindex delete-minibuffer-contents |
| 1755 | This function, available starting in Emacs 21, erases the editable | 1755 | This function erases the editable |
| 1756 | contents of the minibuffer (that is, everything except the prompt), if | 1756 | contents of the minibuffer (that is, everything except the prompt), if |
| 1757 | a minibuffer is current. Otherwise, it erases the entire buffer. | 1757 | a minibuffer is current. Otherwise, it erases the entire buffer. |
| 1758 | @end defun | 1758 | @end defun |