From: Richard M. Stallman Date: Sun, 17 Dec 2006 20:14:13 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-22.0.92~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6ce54d67a50e0eb34ad34e67e1bc244edf9368d;p=emacs.git Fix previous change. --- 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. 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)