(Ffile_attributes): Doc fix.

This commit is contained in:
Eli Zaretskii 2009-05-23 09:10:42 +00:00
parent 70cb3ee246
commit 21f73755fe
2 changed files with 9 additions and 1 deletions

View 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).

View 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;
{