]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2019 09:47:03 +0000 (12:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2019 09:47:03 +0000 (12:47 +0300)
src/minibuf.c

index 10fd5e56ac3eb21b7962776c28d0c2c0c69e4211..2bf6bc259466a7b3acc6d9d2c87ad6d2b112e03d 100644 (file)
@@ -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.