Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
21f73755
Commit
21f73755
authored
May 23, 2009
by
Eli Zaretskii
Browse files
(Ffile_attributes): Doc fix.
parent
70cb3ee2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/dired.c
src/dired.c
+5
-1
No files found.
src/ChangeLog
View file @
21f73755
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).
...
...
src/dired.c
View file @
21f73755
...
...
@@ -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
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment