From: Richard M. Stallman Date: Tue, 11 Jan 2000 17:35:53 +0000 (+0000) Subject: (Ftry_completion): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e4639db611f49c61c1250d4fabf41786ec4a6fb;p=emacs.git (Ftry_completion): Doc fix. --- 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\ 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\