]> code.delx.au - gnu-emacs/commitdiff
Refer to `(elisp)Basic Completion' in completing-read docstring
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 15 Oct 2015 09:18:16 +0000 (12:18 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 15 Oct 2015 09:18:16 +0000 (12:18 +0300)
* src/minibuf.c (Fcompleting_read): Refer to `(elisp)Basic
Completion' in the docstring (bug#21644).

src/minibuf.c

index 4e5c17d074cd9fb04c09d949bc255cb8de3fec6a..2cde8b097bee40f29b5c0ec0272796fa50a68dbe 100644 (file)
@@ -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: