From: Richard M. Stallman Date: Fri, 16 Dec 2005 23:22:56 +0000 (+0000) Subject: (Minibuffer Contents): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.90~5230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69487a1fefc371f20fc4939719f250b7c3aac848;p=emacs.git (Minibuffer Contents): Minor cleanup. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8971ebe7de7..a0ccaa487c1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-12-16 Richard M. Stallman + + * minibuf.texi (Minibuffer Contents): Minor cleanup. + 2005-12-16 Juri Linkov * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents. diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index dc729521b51..3517cb8092b 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -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