emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/files.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi,v
Date: Sun, 17 Dec 2006 20:13:13 +0000

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

Index: files.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/files.texi,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- files.texi  17 Jul 2006 23:59:35 -0000      1.99
+++ files.texi  17 Dec 2006 20:13:13 -0000      1.100
@@ -2232,10 +2232,13 @@
 @end example
 @end defun
 
address@hidden file-name-completion filename directory
address@hidden file-name-completion filename directory &optional predicate
 This function completes the file name @var{filename} in directory
 @var{directory}.  It returns the longest prefix common to all file names
-in directory @var{directory} that start with @var{filename}.
+in directory @var{directory} that start with @var{filename}.  If
address@hidden is address@hidden then it ignores possible completions
+that don't satisfy @var{predicate}, after calling that function
+with one argument, the expanded absolute file name.
 
 If only one match exists and @var{filename} matches it exactly, the
 function returns @code{t}.  The function returns @code{nil} if directory




reply via email to

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