diff options
| author | Philipp Stephani | 2021-04-21 20:54:32 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2021-04-21 20:54:32 +0200 |
| commit | 4c6d302da8dcf511d92243f1702f40c3ad97a797 (patch) | |
| tree | f77fded7fb9a38f41a4c62ab267461deb90c7998 | |
| parent | cecfbf076e4862555409cb9caa3db832316c16b4 (diff) | |
| download | emacs-4c6d302da8dcf511d92243f1702f40c3ad97a797.tar.gz emacs-4c6d302da8dcf511d92243f1702f40c3ad97a797.zip | |
Remove a self-reference from the Emacs Lisp manual.
* doc/lispref/minibuf.texi (Programmed Completion): Remove
self-reference.
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index b8618199852..f012bfef07e 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -1972,7 +1972,7 @@ was entered. | |||
| 1972 | The return value of @code{completion-table-dynamic} is a function that | 1972 | The return value of @code{completion-table-dynamic} is a function that |
| 1973 | can be used as the 2nd argument to @code{try-completion} and | 1973 | can be used as the 2nd argument to @code{try-completion} and |
| 1974 | @code{all-completions}. Note that this function will always return | 1974 | @code{all-completions}. Note that this function will always return |
| 1975 | empty metadata and trivial boundaries (@pxref{Programmed Completion}). | 1975 | empty metadata and trivial boundaries. |
| 1976 | @end defun | 1976 | @end defun |
| 1977 | 1977 | ||
| 1978 | @defun completion-table-with-cache function &optional ignore-case | 1978 | @defun completion-table-with-cache function &optional ignore-case |