Mercurial > emacs
changeset 8041:abe67e9e1bf0
(Fcompleting_read): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Jun 1994 14:14:43 +0000 |
parents | b35d46349f46 |
children | 0495d3085f00 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Fri Jun 24 08:07:57 1994 +0000 +++ b/src/minibuf.c Fri Jun 24 14:14:43 1994 +0000 @@ -923,7 +923,7 @@ 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\