diff options
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\ |