# HG changeset patch # User Richard M. Stallman # Date 1134775370 0 # Node ID f488d808c0523f8c13c60bca2f8eb40735cbc3c0 # Parent 6b7e5db3f18403c2483f85354ce3a661d74e694a (Minibuffer Contents): Minor cleanup. diff -r 6b7e5db3f184 -r f488d808c052 lispref/minibuf.texi --- 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