Mercurial > emacs
changeset 67629:f488d808c052
(Minibuffer Contents): Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Dec 2005 23:22:50 +0000 |
parents | 6b7e5db3f184 |
children | 9b6d7e846996 |
files | lispref/minibuf.texi |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/minibuf.texi Fri Dec 16 20:37:23 2005 +0000 +++ b/lispref/minibuf.texi Fri Dec 16 23:22:50 2005 +0000 @@ -1838,11 +1838,9 @@ @defun minibuffer-completion-contents @tindex minibuffer-completion-contents -This is like @code{minibuffer-contents}, except that it when point is -not at the end of the minibuffer, it doesn't return the entire -contents of the minibuffer. It returns the contents of the minibuffer -just before point. That is what completion commands operate on. -@xref{Minibuffer Completion}. +This is like @code{minibuffer-contents}, except that it returns only +the contents before point. That is the part that completion commands +operate on. @xref{Minibuffer Completion}. @end defun @defun delete-minibuffer-contents