aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-18 22:56:24 +0000
committerRichard M. Stallman1996-09-18 22:56:24 +0000
commitfab95625141dd8dbcabf30984940dfea65142911 (patch)
tree014dfb2c3a2e917f20e69d70fd3215ff825af57d /src
parentb8c44b291a6004d6964f5c0fff4d1095c760b87e (diff)
downloademacs-fab95625141dd8dbcabf30984940dfea65142911.tar.gz
emacs-fab95625141dd8dbcabf30984940dfea65142911.zip
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
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
1067If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ 1067If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\
1068 the input is (or completes to) an element of TABLE or is null.\n\ 1068 the input is (or completes to) an element of TABLE or is null.\n\
1069 If it is also not t, Return does not exit if it does non-null completion.\n\ 1069 If it is also not t, Return does not exit if it does non-null completion.\n\
1070If the input is null, `completing-read' returns nil,\n\ 1070If the input is null, `completing-read' returns an empty string,\n\
1071 regardless of the value of REQUIRE-MATCH.\n\ 1071 regardless of the value of REQUIRE-MATCH.\n\
1072\n\ 1072\n\
1073If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ 1073If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\