# HG changeset patch # User Eli Zaretskii # Date 1152381966 0 # Node ID 92db740f18879ea41d27d6812ce7c9ed16cd15a8 # Parent ce0ef9a0bb1fd444b94b4a562cae64920ac17811 (Minibuffer Contents): Remove @tindex. diff -r ce0ef9a0bb1f -r 92db740f1887 lispref/minibuf.texi --- a/lispref/minibuf.texi Sat Jul 08 18:05:39 2006 +0000 +++ b/lispref/minibuf.texi Sat Jul 08 18:06:06 2006 +0000 @@ -1835,7 +1835,6 @@ @end defun @defun minibuffer-prompt-end -@tindex minibuffer-prompt-end This function returns the current position of the end of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns the minimum valid buffer position. @@ -1847,7 +1846,6 @@ @end defun @defun minibuffer-contents -@tindex minibuffer-contents This function returns the editable contents of the minibuffer (that is, everything except the prompt) as a string, if a minibuffer is current. Otherwise, it returns the @@ -1855,20 +1853,17 @@ @end defun @defun minibuffer-contents-no-properties -@tindex minibuffer-contents-no-properties 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 returns only the contents before point. That is the part that 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, everything except the prompt), if a minibuffer is current. Otherwise, it erases the entire current buffer.