From: Richard M. Stallman Date: Wed, 18 Sep 1996 22:56:24 +0000 (+0000) Subject: (Fcompleting_read): Doc fix. X-Git-Tag: emacs-20.1~3707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fab95625141dd8dbcabf30984940dfea65142911;p=emacs.git (Fcompleting_read): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index de404035c54..eb670fe0fb2 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1067,7 +1067,7 @@ See `try-completion' and `all-completions' for more details 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 or is null.\n\ If it is also not t, Return does not exit if it does non-null completion.\n\ -If the input is null, `completing-read' returns nil,\n\ +If the input is null, `completing-read' returns an empty string,\n\ regardless of the value of REQUIRE-MATCH.\n\ \n\ If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\