diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-24 14:14:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-24 14:14:43 +0000 |
commit | 56fd6c9be2037e63aec266def128ee85346838d4 (patch) | |
tree | fd6f9b0123de4b173cd47d777ba7151084f9a2b3 /src/minibuf.c | |
parent | 4cab8175f69024983d5d1542d44a88ec3b53ffed (diff) | |
download | emacs-56fd6c9be2037e63aec266def128ee85346838d4.tar.gz |
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-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\ PREDICATE limits completion to a subset of TABLE.\n\ See `try-completion' for more details on completion, TABLE, and PREDICATE.\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.\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 INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ If it is (STRING . POSITION), the initial input\n\ |