]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompleting_read): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 7 Jan 2000 13:56:00 +0000 (13:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 7 Jan 2000 13:56:00 +0000 (13:56 +0000)
src/ChangeLog
src/minibuf.c

index 868137eb5cbfe6b117f0beacb2d22fd51d8b4dfe..1a4d484fafe5380d894e4de5dc3a7ba5a86cabfa 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * minibuf.c (Fcompleting_read): Doc fix.
+
 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
 
        * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
index 701006350e8fe3388a83ff22a9f462040e667ea2..657726f8f46344a7c9e28080d598a9d8138f25cd 100644 (file)
@@ -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\