summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-15 03:31:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-15 03:31:52 +0000
commit57d25b7b81f44e0c22cec5086a5bf7359b4ce217 (patch)
treef122381659d4b6563be3afdc0fed73aee92f4747 /src/minibuf.c
parenta15e4197de25e8ad4616ebd92805b063bcc453d1 (diff)
downloademacs-57d25b7b81f44e0c22cec5086a5bf7359b4ce217.tar.gz
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index d3b3f6e6f35..f00113282dd 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -922,9 +922,13 @@ PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\
TABLE is an alist whose elements' cars are strings, or an obarray.\n\
PREDICATE limits completion to a subset of TABLE.\n\
See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\
+\n\
If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\
the input is (or completes to) an element of TABLE or is null.\n\
If it is also not t, Return does not exit if it does non-null completion.\n\
+If the input is null, `completing-read' returns nil,\n\
+ regardless of the value of REQUIRE-MATCH.\n\
+\n\
If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\
If it is (STRING . POSITION), the initial input\n\
is STRING, but point is placed POSITION characters into the string.\n\