]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minibuffer Contents): Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Dec 2005 23:22:56 +0000 (23:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Dec 2005 23:22:56 +0000 (23:22 +0000)
lispref/ChangeLog
lispref/minibuf.texi

index 8971ebe7de7b7443d4a0d7c6dac1cb4f58fae05d..a0ccaa487c100bd494fa3c60b2c11022386bdd32 100644 (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.
index dc729521b51eb4995c5dc1c7d39c54a18f1950f3..3517cb8092b91138cae38867f574944bac84148a 100644 (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