diff options
| -rw-r--r-- | src/minibuf.c | 2 |
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\ | |||
| 923 | PREDICATE limits completion to a subset of TABLE.\n\ | 923 | PREDICATE limits completion to a subset of TABLE.\n\ |
| 924 | See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ | 924 | See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ |
| 925 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ | 925 | If 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\ |
| 928 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ | 928 | If 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\ |