From fab95625141dd8dbcabf30984940dfea65142911 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Sep 1996 22:56:24 +0000 Subject: [PATCH] (Fcompleting_read): Doc fix. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.2