(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 868137e..1a4d484 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 7010063..657726f 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\