diff options
| author | Richard M. Stallman | 2000-01-11 17:35:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-01-11 17:35:53 +0000 |
| commit | 7e4639db611f49c61c1250d4fabf41786ec4a6fb (patch) | |
| tree | d9646a227c80dcc04b3fc204627d34a7819e9da1 /src | |
| parent | 6f59462e3bfa979810818778f6233f468cdaf268 (diff) | |
| download | emacs-7e4639db611f49c61c1250d4fabf41786ec4a6fb.tar.gz emacs-7e4639db611f49c61c1250d4fabf41786ec4a6fb.zip | |
(Ftry_completion): 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 657726f8f46..a098c68d908 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1019,7 +1019,7 @@ Each car of each element of ALIST is tested to see if it begins with STRING.\n\ | |||
| 1019 | All that match are compared together; the longest initial sequence\n\ | 1019 | All that match are compared together; the longest initial sequence\n\ |
| 1020 | common to all matches is returned as a string.\n\ | 1020 | common to all matches is returned as a string.\n\ |
| 1021 | If there is no match at all, nil is returned.\n\ | 1021 | If there is no match at all, nil is returned.\n\ |
| 1022 | For an exact match, t is returned.\n\ | 1022 | For a unique match which is exact, t is returned.\n\ |
| 1023 | \n\ | 1023 | \n\ |
| 1024 | ALIST can be an obarray instead of an alist.\n\ | 1024 | ALIST can be an obarray instead of an alist.\n\ |
| 1025 | Then the print names of all symbols in the obarray are the possible matches.\n\ | 1025 | Then the print names of all symbols in the obarray are the possible matches.\n\ |