From 7e4639db611f49c61c1250d4fabf41786ec4a6fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Jan 2000 17:35:53 +0000 Subject: [PATCH] (Ftry_completion): Doc fix. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.5