From b6ce54d67a50e0eb34ad34e67e1bc244edf9368d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Dec 2006 20:14:13 +0000 Subject: [PATCH] Fix previous change. --- src/dired.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dired.c b/src/dired.c index 366add8fc7..ffaeb5adee 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) -- 2.20.1