aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/minibuf.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 0ac22829754..dc729521b51 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1836,6 +1836,15 @@ This is like @code{minibuffer-contents}, except that it does not copy text
1836properties, just the characters themselves. @xref{Text Properties}. 1836properties, just the characters themselves. @xref{Text Properties}.
1837@end defun 1837@end defun
1838 1838
1839@defun minibuffer-completion-contents
1840@tindex minibuffer-completion-contents
1841This is like @code{minibuffer-contents}, except that it when point is
1842not at the end of the minibuffer, it doesn't return the entire
1843contents of the minibuffer. It returns the contents of the minibuffer
1844just before point. That is what completion commands operate on.
1845@xref{Minibuffer Completion}.
1846@end defun
1847
1839@defun delete-minibuffer-contents 1848@defun delete-minibuffer-contents
1840@tindex delete-minibuffer-contents 1849@tindex delete-minibuffer-contents
1841This function erases the editable contents of the minibuffer (that is, 1850This function erases the editable contents of the minibuffer (that is,