From: Richard M. Stallman Date: Mon, 13 Dec 1999 03:50:00 +0000 (+0000) Subject: (Fall_completions): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3887e33a93c9d1dc3b2d61785f860bac8bff6b9;p=emacs.git (Fall_completions): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index 711dc2da05a..e5c97023b49 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1272,7 +1272,7 @@ Then the print names of all symbols in the obarray are the possible matches.\n\ \n\ ALIST can also be a function to do the completion itself.\n\ It receives three arguments: the values STRING, PREDICATE and t.\n\ -Whatever it returns becomes the value of `all-completion'.\n\ +Whatever it returns becomes the value of `all-completions'.\n\ \n\ If optional third argument PREDICATE is non-nil,\n\ it is used to test each possible match.\n\