# HG changeset patch # User Eli Zaretskii # Date 1243069768 0 # Node ID 0fbfef200acd54bf1a335a61e7c7499681b2c88d # Parent 75e6ecda8c429f68b5ff6d1548c5496dfad2fc16 (Ffile_attributes): Doc fix. diff -r 75e6ecda8c42 -r 0fbfef200acd src/dired.c --- a/src/dired.c Sat May 23 03:13:49 2009 +0000 +++ b/src/dired.c Sat May 23 09:09:28 2009 +0000 @@ -934,6 +934,7 @@ 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 @@ 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; {