emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a90ad22: ; * src/minibuf.c (Fread_buffer): Doc fix.


From: Eli Zaretskii
Subject: [Emacs-diffs] master a90ad22: ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)
Date: Sat, 4 May 2019 05:47:50 -0400 (EDT)

branch: master
commit a90ad2297391cf5fe284a4c6e81724360ed018a4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/minibuf.c (Fread_buffer): Doc fix.  (Bug#35361)
---
 src/minibuf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/minibuf.c b/src/minibuf.c
index 10fd5e5..2bf6bc2 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1062,7 +1062,8 @@ Optional second arg DEF is value to return if user enters 
an empty line,
 Optional third arg REQUIRE-MATCH has the same meaning as the
  REQUIRE-MATCH argument of `completing-read'.
 Optional arg PREDICATE, if non-nil, is a function limiting the buffers that
-can be considered.  It will be called with each potential candidate, and
+can be considered.  It will be called with each potential candidate, in
+the form of either a string or a cons cell whose `car' is a string, and
 should return non-nil to accept the candidate for completion, nil otherwise.
 If `read-buffer-completion-ignore-case' is non-nil, completion ignores
 case while reading the buffer name.



reply via email to

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