emacs-diffs
[Top][All Lists]
Advanced

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

master 208c492: ; * src/minibuf.c (Ftest_completion): Clarify doc string


From: Eli Zaretskii
Subject: master 208c492: ; * src/minibuf.c (Ftest_completion): Clarify doc string.
Date: Thu, 16 Sep 2021 08:37:47 -0400 (EDT)

branch: master
commit 208c49206950910b21d77f777241e0869c3a4bd9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/minibuf.c (Ftest_completion): Clarify doc string.
---
 src/minibuf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/minibuf.c b/src/minibuf.c
index a0ba867..0e7baf3 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -2055,8 +2055,8 @@ See also `completing-read-function'.  */)
 /* Test whether TXT is an exact completion.  */
 DEFUN ("test-completion", Ftest_completion, Stest_completion, 2, 3, 0,
        doc: /* Return non-nil if STRING is a valid completion.
-For instance, if COLLECTION is a list of strings, this is true if
-STRING appears in the list and PREDICATE is satisfied.
+For instance, if COLLECTION is a list of strings, STRING is a
+valid completion if it appears in the list and PREDICATE is satisfied.
 
 Takes the same arguments as `all-completions' and `try-completion'.
 



reply via email to

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