aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index eb38fe0a895..9ce0979adb4 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -923,7 +923,7 @@ TABLE is an alist whose elements' cars are strings, or an obarray.\n\
923PREDICATE limits completion to a subset of TABLE.\n\ 923PREDICATE limits completion to a subset of TABLE.\n\
924See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ 924See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\
925If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 925If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\
926 the input is (or completes to) an element of TABLE.\n\ 926 the input is (or completes to) an element of TABLE or is null.\n\
927 If it is also not t, Return does not exit if it does non-null completion.\n\ 927 If it is also not t, Return does not exit if it does non-null completion.\n\
928If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ 928If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\
929 If it is (STRING . POSITION), the initial input\n\ 929 If it is (STRING . POSITION), the initial input\n\