diff options
| author | Eli Zaretskii | 2006-07-08 18:06:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:06:06 +0000 |
| commit | 9de0ae286ce4e0974658c45c27ef6ffb54db4841 (patch) | |
| tree | 308186aa7115785b123fa807a8d85a9df807c8c8 | |
| parent | 4d65ea9d339ccb5977ac2372bd90e5f14ce36dad (diff) | |
| download | emacs-9de0ae286ce4e0974658c45c27ef6ffb54db4841.tar.gz emacs-9de0ae286ce4e0974658c45c27ef6ffb54db4841.zip | |
(Minibuffer Contents): Remove @tindex.
| -rw-r--r-- | lispref/minibuf.texi | 5 |
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 | ||
| 1839 | This function returns the current | 1838 | This function returns the current |
| 1840 | position of the end of the minibuffer prompt, if a minibuffer is | 1839 | position of the end of the minibuffer prompt, if a minibuffer is |
| 1841 | current. Otherwise, it returns the minimum valid buffer position. | 1840 | current. 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 | ||
| 1851 | This function returns the editable | 1849 | This function returns the editable |
| 1852 | contents of the minibuffer (that is, everything except the prompt) as | 1850 | contents of the minibuffer (that is, everything except the prompt) as |
| 1853 | a string, if a minibuffer is current. Otherwise, it returns the | 1851 | a 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 | ||
| 1859 | This is like @code{minibuffer-contents}, except that it does not copy text | 1856 | This is like @code{minibuffer-contents}, except that it does not copy text |
| 1860 | properties, just the characters themselves. @xref{Text Properties}. | 1857 | properties, 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 | ||
| 1865 | This is like @code{minibuffer-contents}, except that it returns only | 1861 | This is like @code{minibuffer-contents}, except that it returns only |
| 1866 | the contents before point. That is the part that completion commands | 1862 | the contents before point. That is the part that completion commands |
| 1867 | operate on. @xref{Minibuffer Completion}. | 1863 | operate 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 | ||
| 1872 | This function erases the editable contents of the minibuffer (that is, | 1867 | This function erases the editable contents of the minibuffer (that is, |
| 1873 | everything except the prompt), if a minibuffer is current. Otherwise, | 1868 | everything except the prompt), if a minibuffer is current. Otherwise, |
| 1874 | it erases the entire current buffer. | 1869 | it erases the entire current buffer. |