From: Dmitry Gutov Date: Thu, 15 Oct 2015 09:18:16 +0000 (+0300) Subject: Refer to `(elisp)Basic Completion' in completing-read docstring X-Git-Tag: emacs-25.0.90~1118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59def59158f9c5081664253e30362d0061a2a64f;p=emacs.git Refer to `(elisp)Basic Completion' in completing-read docstring * src/minibuf.c (Fcompleting_read): Refer to `(elisp)Basic Completion' in the docstring (bug#21644). --- diff --git a/src/minibuf.c b/src/minibuf.c index 4e5c17d074c..2cde8b097be 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1595,7 +1595,7 @@ PROMPT is a string to prompt with; normally it ends in a colon and a space. COLLECTION can be a list of strings, an alist, an obarray or a hash table. COLLECTION can also be a function to do the completion itself. PREDICATE limits completion to a subset of COLLECTION. -See `try-completion' and `all-completions' for more details +See Info node `(elisp)Basic Completion' for more details on completion, COLLECTION, and PREDICATE. REQUIRE-MATCH can take the following values: