]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minibuffer Contents): Add minibuffer-completion-contents.
authorJuri Linkov <juri@jurta.org>
Fri, 16 Dec 2005 19:05:54 +0000 (19:05 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 16 Dec 2005 19:05:54 +0000 (19:05 +0000)
lispref/minibuf.texi

index 0ac228297547516456e03b739c77b3945a409b3a..dc729521b51eb4995c5dc1c7d39c54a18f1950f3 100644 (file)
@@ -1836,6 +1836,15 @@ This is like @code{minibuffer-contents}, except that it does not copy text
 properties, just the characters themselves.  @xref{Text Properties}.
 @end defun
 
+@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}.
+@end defun
+
 @defun delete-minibuffer-contents
 @tindex delete-minibuffer-contents
 This function erases the editable contents of the minibuffer (that is,