From: Stephen Leake Date: Tue, 15 Sep 2015 19:49:43 +0000 (-0500) Subject: Revert premature commit X-Git-Tag: emacs-25.0.90~1224^2~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=576e9b27cb20ab6a87314482952355cc53a824fa;p=emacs.git Revert premature commit * doc/lispref/files.texi: Revert premature commit of change to file-name-all-completions. --- diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index edfb045a795..735e08eb324 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}. -@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