# HG changeset patch # User Richard M. Stallman # Date 947612153 0 # Node ID ae795af59ca734aa01c073b54c77fd70b41876ac # Parent f3eca57846e32d9d8491eb45f536060d18a2cd8e (Ftry_completion): Doc fix. diff -r f3eca57846e3 -r ae795af59ca7 src/minibuf.c --- 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\