diff options
| author | Dmitry Gutov | 2015-10-15 12:18:16 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-10-15 12:18:16 +0300 |
| commit | 59def59158f9c5081664253e30362d0061a2a64f (patch) | |
| tree | 54d708f30e851fad699df8f4cdf05b68349b452e /src | |
| parent | 453af81f16a7eca0bc246c9278d19ba995641dfa (diff) | |
| download | emacs-59def59158f9c5081664253e30362d0061a2a64f.tar.gz emacs-59def59158f9c5081664253e30362d0061a2a64f.zip | |
Refer to `(elisp)Basic Completion' in completing-read docstring
* src/minibuf.c (Fcompleting_read): Refer to `(elisp)Basic
Completion' in the docstring (bug#21644).
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 1595 | COLLECTION can be a list of strings, an alist, an obarray or a hash table. | 1595 | COLLECTION can be a list of strings, an alist, an obarray or a hash table. |
| 1596 | COLLECTION can also be a function to do the completion itself. | 1596 | COLLECTION can also be a function to do the completion itself. |
| 1597 | PREDICATE limits completion to a subset of COLLECTION. | 1597 | PREDICATE limits completion to a subset of COLLECTION. |
| 1598 | See `try-completion' and `all-completions' for more details | 1598 | See Info node `(elisp)Basic Completion' for more details |
| 1599 | on completion, COLLECTION, and PREDICATE. | 1599 | on completion, COLLECTION, and PREDICATE. |
| 1600 | 1600 | ||
| 1601 | REQUIRE-MATCH can take the following values: | 1601 | REQUIRE-MATCH can take the following values: |