Mercurial > emacs
changeset 74689:2347e4b0bec2
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Dec 2006 20:14:13 +0000 |
parents | 29c73296a044 |
children | b021eb218ef3 |
files | src/dired.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dired.c Sun Dec 17 20:13:13 2006 +0000 +++ b/src/dired.c Sun Dec 17 20:14:13 2006 +0000 @@ -402,6 +402,9 @@ If there is only one and FILE matches it exactly, returns t. Returns nil if DIRECTORY contains no name starting with FILE. +If PREDICATE is non-nil, call PREDICATE with each possible +completion (in absolute form) and ignore it if PREDICATE returns nil. + This function ignores some of the possible completions as determined by the variable `completion-ignored-extensions', which see. */) (file, directory, predicate)