# HG changeset patch # User Gerd Moellmann # Date 947253264 0 # Node ID fe8cdefe46cdfea7937857dda8e377d67f14364c # Parent be0785a51ed7ec1b8d8c388cac6c0d1934e09d89 (Fcompleting_read): Doc fix. diff -r be0785a51ed7 -r fe8cdefe46cd src/minibuf.c --- a/src/minibuf.c Fri Jan 07 12:55:26 2000 +0000 +++ b/src/minibuf.c Fri Jan 07 13:54:24 2000 +0000 @@ -1413,6 +1413,7 @@ "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\