From: Gerd Moellmann Date: Fri, 7 Jan 2000 13:56:00 +0000 (+0000) Subject: (Fcompleting_read): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=834938d20fe1fe26c376a8541ed8b2b26db1c9ad;p=emacs.git (Fcompleting_read): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 868137eb5cb..1a4d484fafe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-01-07 Gerd Moellmann + + * minibuf.c (Fcompleting_read): Doc fix. + 2000-01-05 Gerd Moellmann * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and diff --git a/src/minibuf.c b/src/minibuf.c index 701006350e8..657726f8f46 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1413,6 +1413,7 @@ DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 8, 0, "Read a string in the minibuffer, with completion.\n\ PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ TABLE is an alist whose elements' cars are strings, or an obarray.\n\ +TABLE can also be a function to do the completion itself.\n\ PREDICATE limits completion to a subset of TABLE.\n\ See `try-completion' and `all-completions' for more details\n\ on completion, TABLE, and PREDICATE.\n\