(Minibuffer Contents): Minor cleanup.

This commit is contained in:
Richard M. Stallman 2005-12-16 23:22:56 +00:00
parent 6eee5abf2f
commit 69487a1fef
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2005-12-16 Richard M. Stallman <rms@gnu.org>
* minibuf.texi (Minibuffer Contents): Minor cleanup.
2005-12-16 Juri Linkov <juri@jurta.org>
* minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.

View file

@ -1838,11 +1838,9 @@ properties, just the characters themselves. @xref{Text Properties}.
@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