aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-17 20:14:13 +0000
committerRichard M. Stallman2006-12-17 20:14:13 +0000
commitb6ce54d67a50e0eb34ad34e67e1bc244edf9368d (patch)
tree38b58e2d24f1c8e3dcc37ed769c138615026ea24 /src
parent40a658890ed69cddca80e58107bccde276aeace0 (diff)
downloademacs-b6ce54d67a50e0eb34ad34e67e1bc244edf9368d.tar.gz
emacs-b6ce54d67a50e0eb34ad34e67e1bc244edf9368d.zip
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/dired.c3
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.
402If there is only one and FILE matches it exactly, returns t. 402If there is only one and FILE matches it exactly, returns t.
403Returns nil if DIRECTORY contains no name starting with FILE. 403Returns nil if DIRECTORY contains no name starting with FILE.
404 404
405If PREDICATE is non-nil, call PREDICATE with each possible
406completion (in absolute form) and ignore it if PREDICATE returns nil.
407
405This function ignores some of the possible completions as 408This function ignores some of the possible completions as
406determined by the variable `completion-ignored-extensions', which see. */) 409determined by the variable `completion-ignored-extensions', which see. */)
407 (file, directory, predicate) 410 (file, directory, predicate)