diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-07 13:56:00 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-07 13:56:00 +0000 |
commit | 834938d20fe1fe26c376a8541ed8b2b26db1c9ad (patch) | |
tree | b99c34f6c588e36a3082c7388c73d26144ca271f /src/minibuf.c | |
parent | 1804e740063b5775ffb8cd8b011e032abf0fcae9 (diff) | |
download | emacs-834938d20fe1fe26c376a8541ed8b2b26db1c9ad.tar.gz |
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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\ |