From: Richard M. Stallman Date: Fri, 24 Jun 1994 14:14:43 +0000 (+0000) Subject: (Fcompleting_read): Doc fix. X-Git-Tag: emacs-19.34~7812 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce;p=emacs.git (Fcompleting_read): Doc fix. --- 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\