# HG changeset patch # User Richard M. Stallman # Date 945057000 0 # Node ID cfad7bbf81870faef2c356fe105761cd9c5f267b # Parent aa74cdb3570e0499b3bfdeb119ffab5132d9c8fc (Fall_completions): Doc fix. diff -r aa74cdb3570e -r cfad7bbf8187 src/minibuf.c --- a/src/minibuf.c Mon Dec 13 01:26:39 1999 +0000 +++ b/src/minibuf.c Mon Dec 13 03:50:00 1999 +0000 @@ -1272,7 +1272,7 @@ \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\