summaryrefslogtreecommitdiff
path: root/doc/lispref/minibuf.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-06-10 14:22:18 +0300
committerEli Zaretskii <eliz@gnu.org>2022-06-10 14:22:18 +0300
commitdc09759c1d1e7d7c6118fd8e582aaa57454cf001 (patch)
treedf2d10dd503f72cef0db736245d3fdfc38dd4962 /doc/lispref/minibuf.texi
parent0afaf53c6ed2c2e915dbe87f062ce851b3f48dce (diff)
downloademacs-dc09759c1d1e7d7c6118fd8e582aaa57454cf001.tar.gz
; Fix documentation of 'completing-read' and friends
* src/minibuf.c (Fcompleting_read): * lisp/minibuffer.el (read-file-name): * doc/lispref/minibuf.texi (Minibuffer Completion): * etc/NEWS: Fix typos and wording of the description of the REQUIRE-MATCH argument to 'completing-read'.
Diffstat (limited to 'doc/lispref/minibuf.texi')
-rw-r--r--doc/lispref/minibuf.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 86e601f8c0f..1451e59d05c 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1122,9 +1122,9 @@ completion command (i.e., one of the commands in
not an element of @var{collection}. @xref{Completion Commands}.
@item
-If a function, the function is called with the input as the only
-argument. The function should return a non-@code{nil} value of the
-input is acceptable.
+If a function, it is called with the input as the only argument. The
+function should return a non-@code{nil} value if the input is
+acceptable.
@item
Any other value of @var{require-match} behaves like @code{t}, except