]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdirectory_files_and_attributes, Ffile_attributes): Mention
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 May 2008 09:01:28 +0000 (09:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 May 2008 09:01:28 +0000 (09:01 +0000)
w32-get-true-file-attributes in the doc strings.

src/ChangeLog
src/dired.c

index 984c997b5441a13c63fe3c59506ba5cf36e53309..0cb3994844b29fa6ae111c1bab11b0b108248812 100644 (file)
@@ -1,5 +1,8 @@
 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
 
+       * dired.c (Fdirectory_files_and_attributes, Ffile_attributes):
+       Mention w32-get-true-file-attributes in the doc strings.
+
        * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
 
        * w32.c (stat): Fix test of Vw32_get_true_file_attributes against
index 7936e04a54eb8f963f68b3c202257ab64743a9e7..ef6c3e3f9dbe1608406c3a5e4ee3cfee496b9894 100644 (file)
@@ -374,7 +374,9 @@ If MATCH is non-nil, mention only file names that match the regexp MATCH.
 If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
  NOSORT is useful if you plan to sort the result yourself.
 ID-FORMAT specifies the preferred format of attributes uid and gid, see
-`file-attributes' for further documentation. */)
+`file-attributes' for further documentation.
+On MS-Windows, performance depends on `w32-get-true-file-attributes',
+which see.  */)
      (directory, full, match, nosort, id_format)
      Lisp_Object directory, full, match, nosort, id_format;
 {
@@ -921,7 +923,10 @@ Elements of the attribute list are:
   this is a cons cell containing two integers: first the high part,
   then the low 16 bits.
 11. Device number.  If it is larger than the Emacs integer, this is
-  a cons cell, similar to the inode number.  */)
+  a cons cell, similar to the inode number.
+
+On MS-Windows, performance depends on `w32-get-true-file-attributes',
+which see.  */)
      (filename, id_format)
      Lisp_Object filename, id_format;
 {