+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.
@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