emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 82b4e9f: Fix file attribute accessor typo in Elisp


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master 82b4e9f: Fix file attribute accessor typo in Elisp manual
Date: Wed, 13 Mar 2019 17:45:24 -0400 (EDT)

branch: master
commit 82b4e9ffacaa8bf3dc30daf5f9f50c72699cc717
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    Fix file attribute accessor typo in Elisp manual
    
    This was introduced in 662bee7d70ccd3903e123b08c7ec9108a1a2ce0b
    2018-09-24T01:30:address@hidden
    * doc/lispref/files.texi (File Attributes): Fix typo referring to
    wrong file attribute accessor.
---
 doc/lispref/files.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 0e57cf9..7bc1cc4 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}).
 
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]