summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-07-08 18:06:06 +0000
committerEli Zaretskii <eliz@gnu.org>2006-07-08 18:06:06 +0000
commit9de0ae286ce4e0974658c45c27ef6ffb54db4841 (patch)
tree308186aa7115785b123fa807a8d85a9df807c8c8
parent4d65ea9d339ccb5977ac2372bd90e5f14ce36dad (diff)
(Minibuffer Contents): Remove @tindex.
-rw-r--r--lispref/minibuf.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 0fffc8ef92..d05329eeed 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1835,7 +1835,6 @@ minibuffer. If no minibuffer is active, it returns @code{nil}.
@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 @@ prompt, if a minibuffer is current. Otherwise, it returns zero.
@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 @@ entire contents of the current buffer.
@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.