From 21f73755fe7c72cc2a66acf46f1e1cc875910f17 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 May 2009 09:10:42 +0000 Subject: [PATCH] (Ffile_attributes): Doc fix. --- src/ChangeLog | 4 ++++ src/dired.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index dbc608cde14..c51bbd52b63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-05-23 Eli Zaretskii + + * dired.c (Ffile_attributes): Doc fix. + 2009-05-22 Chong Yidong * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685). diff --git a/src/dired.c b/src/dired.c index 3505448017e..999d6683432 100644 --- a/src/dired.c +++ b/src/dired.c @@ -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; { -- 2.11.4.GIT