aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2021-04-21 20:54:32 +0200
committerPhilipp Stephani2021-04-21 20:54:32 +0200
commit4c6d302da8dcf511d92243f1702f40c3ad97a797 (patch)
treef77fded7fb9a38f41a4c62ab267461deb90c7998
parentcecfbf076e4862555409cb9caa3db832316c16b4 (diff)
downloademacs-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.texi2
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.
1972The return value of @code{completion-table-dynamic} is a function that 1972The return value of @code{completion-table-dynamic} is a function that
1973can be used as the 2nd argument to @code{try-completion} and 1973can 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
1975empty metadata and trivial boundaries (@pxref{Programmed Completion}). 1975empty 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