]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix file attribute accessor typo in Elisp manual
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 13 Mar 2019 18:30:07 +0000 (18:30 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 13 Mar 2019 21:44:22 +0000 (21:44 +0000)
This was introduced in 662bee7d70ccd3903e123b08c7ec9108a1a2ce0b
2018-09-24T01:30:46Z!eggert@cs.ucla.edu.
* doc/lispref/files.texi (File Attributes): Fix typo referring to
wrong file attribute accessor.

doc/lispref/files.texi

index 0e57cf9666fc197019e68a14aeec7b8850381dfb..7bc1cc454b0263003e67fdb79a6914e6cb0131a9 100644 (file)
@@ -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