]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert premature commit
authorStephen Leake <stephen_leake@stephe-leake.org>
Tue, 15 Sep 2015 19:49:43 +0000 (14:49 -0500)
committerStephen Leake <stephen_leake@stephe-leake.org>
Tue, 15 Sep 2015 19:49:43 +0000 (14:49 -0500)
* doc/lispref/files.texi: Revert premature commit of change to
file-name-all-completions.

doc/lispref/files.texi

index edfb045a795d71e0bd48399a3f059afa6c6c97d2..735e08eb3248a3a25f12301fe5ddfe74de01b1e5 100644 (file)
@@ -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}.
 
-@defun 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
-@var{partial-filename} 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
+@defun 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
+@var{directory}.  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