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

src/ChangeLog
src/dired.c

index a8c2686ae99634af85864a29da0888366e04d769..7cdd8cc69caf810b9eb5c809e04d654113ef2212 100644 (file)
@@ -1,5 +1,8 @@
 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
 
+       * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
+       Mention w32-get-true-file-attributes in doc string.
+
        * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
 
 2008-05-09  Glenn Morris  <rgm@gnu.org>
index 7b4c91665458e5547db6a5cc24416b32248b80ad..f54418a0810c70d64dc849b28f3dbac1f0d09151 100644 (file)
@@ -377,7 +377,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;
 {
@@ -958,7 +960,10 @@ Elements of the attribute list are:
   is wider than 32 bits, this is a cons cell containing three integers:
   first the high 24 bits, then middle 24 bits, and finally 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;
 {