aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-15 03:31:52 +0000
committerRichard M. Stallman <[email protected]>1994-09-15 03:31:52 +0000
commitcbbc391717a2e00443f36e407991dfdd7ec74dd8 (patch)
tree886591ad99f0fb0c7d06b9ebe261cab2b2b6214f
parent944fa80ad339e452041b83f6a1325431f49f7822 (diff)
(Fcompleting_read): Doc fix.
-rw-r--r--src/minibuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index d3b3f6e6f3..f00113282d 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\