diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index cbb0898a9ab..c57182354f0 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1639,8 +1639,8 @@ COLLECTION can also be a function to do the completion itself. | |||
| 1639 | PREDICATE limits completion to a subset of COLLECTION. | 1639 | PREDICATE limits completion to a subset of COLLECTION. |
| 1640 | See `try-completion', `all-completions', `test-completion', | 1640 | See `try-completion', `all-completions', `test-completion', |
| 1641 | and `completion-boundaries', for more details on completion, | 1641 | and `completion-boundaries', for more details on completion, |
| 1642 | COLLECTION, and PREDICATE. See also Info nodes `(elisp)Basic Completion' | 1642 | COLLECTION, and PREDICATE. See also Info node `(elisp)Basic Completion' |
| 1643 | for the details about completion, and `(elisp)Programmed Completion' for | 1643 | for the details about completion, and Info node `(elisp)Programmed Completion' for |
| 1644 | expectations from COLLECTION when it's a function. | 1644 | expectations from COLLECTION when it's a function. |
| 1645 | 1645 | ||
| 1646 | REQUIRE-MATCH can take the following values: | 1646 | REQUIRE-MATCH can take the following values: |