emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4c6d302: Remove a self-reference from the Emacs Lisp manual.


From: Philipp Stephani
Subject: master 4c6d302: Remove a self-reference from the Emacs Lisp manual.
Date: Wed, 21 Apr 2021 14:55:09 -0400 (EDT)

branch: master
commit 4c6d302da8dcf511d92243f1702f40c3ad97a797
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Remove a self-reference from the Emacs Lisp manual.
    
    * doc/lispref/minibuf.texi (Programmed Completion): Remove
    self-reference.
---
 doc/lispref/minibuf.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index b861819..f012bfe 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1972,7 +1972,7 @@ was entered.
 The return value of @code{completion-table-dynamic} is a function that
 can be used as the 2nd argument to @code{try-completion} and
 @code{all-completions}.  Note that this function will always return
-empty metadata and trivial boundaries (@pxref{Programmed Completion}).
+empty metadata and trivial boundaries.
 @end defun
 
 @defun completion-table-with-cache function &optional ignore-case



reply via email to

[Prev in Thread] Current Thread [Next in Thread]