changeset 103280:0fbfef200acd

(Ffile_attributes): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 May 2009 09:09:28 +0000
parents 75e6ecda8c42
children 5ad347d58789
files src/dired.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {