diff options
| author | Richard M. Stallman | 1996-09-18 22:56:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-18 22:56:24 +0000 |
| commit | fab95625141dd8dbcabf30984940dfea65142911 (patch) | |
| tree | 014dfb2c3a2e917f20e69d70fd3215ff825af57d /src | |
| parent | b8c44b291a6004d6964f5c0fff4d1095c760b87e (diff) | |
| download | emacs-fab95625141dd8dbcabf30984940dfea65142911.tar.gz emacs-fab95625141dd8dbcabf30984940dfea65142911.zip | |
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
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 | |||
| 1067 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ | 1067 | If 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\ |
| 1070 | If the input is null, `completing-read' returns nil,\n\ | 1070 | If 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\ |
| 1073 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ | 1073 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ |