emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dired.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dired.c,v
Date: Sun, 17 Dec 2006 20:14:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/17 20:14:13

Index: dired.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dired.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- dired.c     17 Dec 2006 20:10:33 -0000      1.126
+++ dired.c     17 Dec 2006 20:14:13 -0000      1.127
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]