aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/files.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index f62b670f47f..5137f3a9ab4 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2917,8 +2917,8 @@ are included.
2917This is similar to @code{directory-files} in deciding which files 2917This is similar to @code{directory-files} in deciding which files
2918to report on and how to report their names. However, instead 2918to report on and how to report their names. However, instead
2919of returning a list of file names, it returns for each file a 2919of returning a list of file names, it returns for each file a
2920list @code{(@var{filename} . @var{attributes})}, where @var{attributes} 2920list @code{(@var{filename} @var{attributes})}, where @var{attributes}
2921is what @code{file-attributes} would return for that file. 2921is what @code{file-attributes} returns for that file.
2922The optional argument @var{id-format} has the same meaning as the 2922The optional argument @var{id-format} has the same meaning as the
2923corresponding argument to @code{file-attributes} (@pxref{Definition 2923corresponding argument to @code{file-attributes} (@pxref{Definition
2924of file-attributes}). 2924of file-attributes}).