emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 59def59: Refer to `(elisp)Basic Completion' in comp


From: Dmitry Gutov
Subject: [Emacs-diffs] master 59def59: Refer to `(elisp)Basic Completion' in completing-read docstring
Date: Thu, 15 Oct 2015 09:18:23 +0000

branch: master
commit 59def59158f9c5081664253e30362d0061a2a64f
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Refer to `(elisp)Basic Completion' in completing-read docstring
    
    * src/minibuf.c (Fcompleting_read): Refer to `(elisp)Basic
    Completion' in the docstring (bug#21644).
---
 src/minibuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/minibuf.c b/src/minibuf.c
index 4e5c17d..2cde8b0 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]