diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c index 366add8fc70..ffaeb5adee4 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -402,6 +402,9 @@ common to all file names in DIRECTORY that start with FILE. | |||
| 402 | If there is only one and FILE matches it exactly, returns t. | 402 | If there is only one and FILE matches it exactly, returns t. |
| 403 | Returns nil if DIRECTORY contains no name starting with FILE. | 403 | Returns nil if DIRECTORY contains no name starting with FILE. |
| 404 | 404 | ||
| 405 | If PREDICATE is non-nil, call PREDICATE with each possible | ||
| 406 | completion (in absolute form) and ignore it if PREDICATE returns nil. | ||
| 407 | |||
| 405 | This function ignores some of the possible completions as | 408 | This function ignores some of the possible completions as |
| 406 | determined by the variable `completion-ignored-extensions', which see. */) | 409 | determined by the variable `completion-ignored-extensions', which see. */) |
| 407 | (file, directory, predicate) | 410 | (file, directory, predicate) |