]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffile_attributes): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 May 2009 09:10:42 +0000 (09:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 May 2009 09:10:42 +0000 (09:10 +0000)
src/ChangeLog
src/dired.c

index dbc608cde144b9838c14943e10c13d330cafb836..c51bbd52b6348654022b391d3c0e8855307a3f11 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.c (Ffile_attributes): Doc fix.
+
 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
 
        * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
index 3505448017ebe9ede096e1490fe106f99aaabcac..999d6683432332ce1107fd71dde073d1c138098c 100644 (file)
@@ -934,6 +934,7 @@ Elements of the attribute list are:
  3. File gid, likewise.
  4. Last access time, as a list of two integers.
   First integer has high-order 16 bits of time, second has low 16 bits.
+  (See a note below about FAT-based filesystems.)
  5. Last modification time, likewise.
  6. Last status change time, likewise.
  7. Size in bytes.
@@ -949,7 +950,10 @@ Elements of the attribute list are:
   a cons cell, similar to the inode number.
 
 On MS-Windows, performance depends on `w32-get-true-file-attributes',
-which see.  */)
+which see.
+
+On some FAT-based filesystems, only the date of last access is recorded,
+so last access time will always be midnight of that day.  */)
      (filename, id_format)
      Lisp_Object filename, id_format;
 {