Mercurial > emacs
changeset 26824:cfad7bbf8187
(Fall_completions): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 1999 03:50:00 +0000 |
parents | aa74cdb3570e |
children | 66dfce1feb9c |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\