emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 576e9b2: Revert premature commit


From: Stephen Leake
Subject: [Emacs-diffs] master 576e9b2: Revert premature commit
Date: Tue, 15 Sep 2015 19:52:06 +0000

branch: master
commit 576e9b27cb20ab6a87314482952355cc53a824fa
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    Revert premature commit
    
    * doc/lispref/files.texi: Revert premature commit of change to
    file-name-all-completions.
---
 doc/lispref/files.texi |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index edfb045..735e08e 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2421,13 +2421,11 @@ the file, which in some cases may cause a security hole.
   This section describes low-level subroutines for completing a file
 name.  For higher level functions, see @ref{Reading File Names}.
 
address@hidden file-name-all-completions partial-filename directory &optional 
predicate
-This function returns a list of all possible completions for a file in
-directory @var{directory} whose name starts with
address@hidden and for which @var{predicate} (called with the
-filename) returns non-nil. If @var{predicate} is nil (the default), it
-is ignored. The order of the completions is the order of the files in
-the directory, which is unpredictable and conveys no useful
address@hidden file-name-all-completions partial-filename directory
+This function returns a list of all possible completions for a file
+whose name starts with @var{partial-filename} in directory
address@hidden  The order of the completions is the order of the files
+in the directory, which is unpredictable and conveys no useful
 information.
 
 The argument @var{partial-filename} must be a file name containing no



reply via email to

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