diff options
| author | Richard M. Stallman | 1994-06-24 14:14:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-24 14:14:43 +0000 |
| commit | 4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce (patch) | |
| tree | 0ee3cf321cb3256bdf3316185d49cc039bc4b5b3 | |
| parent | c3dea9ba0b3ac1b6b99f2ebaf5594b0404a0133c (diff) | |
| download | emacs-4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce.tar.gz emacs-4ced3209486d2182bf06f5fd394a1e9ed7d8b5ce.zip | |
(Fcompleting_read): Doc fix.
| -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 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\ | |||
| 923 | PREDICATE limits completion to a subset of TABLE.\n\ | 923 | PREDICATE limits completion to a subset of TABLE.\n\ |
| 924 | See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ | 924 | See `try-completion' for more details on completion, TABLE, and PREDICATE.\n\ |
| 925 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ | 925 | If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless\n\ |
| 926 | the input is (or completes to) an element of TABLE.\n\ | 926 | the input is (or completes to) an element of TABLE or is null.\n\ |
| 927 | If it is also not t, Return does not exit if it does non-null completion.\n\ | 927 | If it is also not t, Return does not exit if it does non-null completion.\n\ |
| 928 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ | 928 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ |
| 929 | If it is (STRING . POSITION), the initial input\n\ | 929 | If it is (STRING . POSITION), the initial input\n\ |