diff options
| -rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 0e57cf9666f..7bc1cc454b0 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1306,7 +1306,7 @@ The file's @acronym{GID}, likewise (@code{file-attribute-group-id}). | |||
| 1306 | 1306 | ||
| 1307 | @item | 1307 | @item |
| 1308 | The time of last access as a Lisp timestamp | 1308 | The time of last access as a Lisp timestamp |
| 1309 | (@code{file-attribute-status-change-time}). The timestamp is in the | 1309 | (@code{file-attribute-access-time}). The timestamp is in the |
| 1310 | style of @code{current-time} (@pxref{Time of Day}) and is truncated | 1310 | style of @code{current-time} (@pxref{Time of Day}) and is truncated |
| 1311 | to that of the filesystem's timestamp resolution; for example, on some | 1311 | to that of the filesystem's timestamp resolution; for example, on some |
| 1312 | FAT-based filesystems, only the date of last access is recorded, so | 1312 | FAT-based filesystems, only the date of last access is recorded, so |