Fix file attribute accessor typo in Elisp manual
This was introduced in 662bee7d70
2018-09-24T01:30:46Z!eggert@cs.ucla.edu.
* doc/lispref/files.texi (File Attributes): Fix typo referring to
wrong file attribute accessor.
This commit is contained in:
parent
3bd7ba1bdf
commit
82b4e9ffac
1 changed files with 1 additions and 1 deletions
|
@ -1306,7 +1306,7 @@ The file's @acronym{GID}, likewise (@code{file-attribute-group-id}).
|
|||
|
||||
@item
|
||||
The time of last access as a Lisp timestamp
|
||||
(@code{file-attribute-status-change-time}). The timestamp is in the
|
||||
(@code{file-attribute-access-time}). The timestamp is in the
|
||||
style of @code{current-time} (@pxref{Time of Day}) and is truncated
|
||||
to that of the filesystem's timestamp resolution; for example, on some
|
||||
FAT-based filesystems, only the date of last access is recorded, so
|
||||
|
|
Loading…
Add table
Reference in a new issue