]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 20:14:13 +0000 (20:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 20:14:13 +0000 (20:14 +0000)
src/dired.c

index 366add8fc705a121ab4b9bbc3cb7d352f612678c..ffaeb5adee4c80cad36c96895ac49fc5a431998e 100644 (file)
@@ -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)