diff options
| author | Richard M. Stallman | 2006-12-17 20:14:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-17 20:14:13 +0000 |
| commit | b6ce54d67a50e0eb34ad34e67e1bc244edf9368d (patch) | |
| tree | 38b58e2d24f1c8e3dcc37ed769c138615026ea24 /src | |
| parent | 40a658890ed69cddca80e58107bccde276aeace0 (diff) | |
| download | emacs-b6ce54d67a50e0eb34ad34e67e1bc244edf9368d.tar.gz emacs-b6ce54d67a50e0eb34ad34e67e1bc244edf9368d.zip | |
Fix previous change.
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) |