aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:06:06 +0000
committerEli Zaretskii2006-07-08 18:06:06 +0000
commit9de0ae286ce4e0974658c45c27ef6ffb54db4841 (patch)
tree308186aa7115785b123fa807a8d85a9df807c8c8
parent4d65ea9d339ccb5977ac2372bd90e5f14ce36dad (diff)
downloademacs-9de0ae286ce4e0974658c45c27ef6ffb54db4841.tar.gz
emacs-9de0ae286ce4e0974658c45c27ef6ffb54db4841.zip
(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 0fffc8ef923..d05329eeed7 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1835,7 +1835,6 @@ minibuffer. If no minibuffer is active, it returns @code{nil}.
1835@end defun 1835@end defun
1836 1836
1837@defun minibuffer-prompt-end 1837@defun minibuffer-prompt-end
1838@tindex minibuffer-prompt-end
1839This function returns the current 1838This function returns the current
1840position of the end of the minibuffer prompt, if a minibuffer is 1839position of the end of the minibuffer prompt, if a minibuffer is
1841current. Otherwise, it returns the minimum valid buffer position. 1840current. Otherwise, it returns the minimum valid buffer position.
@@ -1847,7 +1846,6 @@ prompt, if a minibuffer is current. Otherwise, it returns zero.
1847@end defun 1846@end defun
1848 1847
1849@defun minibuffer-contents 1848@defun minibuffer-contents
1850@tindex minibuffer-contents
1851This function returns the editable 1849This function returns the editable
1852contents of the minibuffer (that is, everything except the prompt) as 1850contents of the minibuffer (that is, everything except the prompt) as
1853a string, if a minibuffer is current. Otherwise, it returns the 1851a string, if a minibuffer is current. Otherwise, it returns the
@@ -1855,20 +1853,17 @@ entire contents of the current buffer.
1855@end defun 1853@end defun
1856 1854
1857@defun minibuffer-contents-no-properties 1855@defun minibuffer-contents-no-properties
1858@tindex minibuffer-contents-no-properties
1859This is like @code{minibuffer-contents}, except that it does not copy text 1856This is like @code{minibuffer-contents}, except that it does not copy text
1860properties, just the characters themselves. @xref{Text Properties}. 1857properties, just the characters themselves. @xref{Text Properties}.
1861@end defun 1858@end defun
1862 1859
1863@defun minibuffer-completion-contents 1860@defun minibuffer-completion-contents
1864@tindex minibuffer-completion-contents
1865This is like @code{minibuffer-contents}, except that it returns only 1861This is like @code{minibuffer-contents}, except that it returns only
1866the contents before point. That is the part that completion commands 1862the contents before point. That is the part that completion commands
1867operate on. @xref{Minibuffer Completion}. 1863operate on. @xref{Minibuffer Completion}.
1868@end defun 1864@end defun
1869 1865
1870@defun delete-minibuffer-contents 1866@defun delete-minibuffer-contents
1871@tindex delete-minibuffer-contents
1872This function erases the editable contents of the minibuffer (that is, 1867This function erases the editable contents of the minibuffer (that is,
1873everything except the prompt), if a minibuffer is current. Otherwise, 1868everything except the prompt), if a minibuffer is current. Otherwise,
1874it erases the entire current buffer. 1869it erases the entire current buffer.