Mercurial > emacs
changeset 27284:ae795af59ca7
(Ftry_completion): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Jan 2000 17:35:53 +0000 |
parents | f3eca57846e3 |
children | 761090e3e94c |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Tue Jan 11 17:35:05 2000 +0000 +++ b/src/minibuf.c Tue Jan 11 17:35:53 2000 +0000 @@ -1019,7 +1019,7 @@ All that match are compared together; the longest initial sequence\n\ common to all matches is returned as a string.\n\ If there is no match at all, nil is returned.\n\ -For an exact match, t is returned.\n\ +For a unique match which is exact, t is returned.\n\ \n\ ALIST can be an obarray instead of an alist.\n\ Then the print names of all symbols in the obarray are the possible matches.\n\