emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 691431e: Resurrect lost text in lispref


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 691431e: Resurrect lost text in lispref
Date: Tue, 30 Jan 2018 08:13:51 -0500 (EST)

branch: emacs-26
commit 691431eb09a18f9e677ee6064bdeedf35ab3e1c4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Resurrect lost text in lispref
    
    * doc/lispref/files.texi (File Attributes): Resurrect
    inadvertently lost text.
---
 doc/lispref/files.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 88c9d1f..a5d0f9b 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1299,7 +1299,8 @@ The time of last access, as a list of four integers
 (@code{file-attribute-access-time}).  (This is similar to the value of
 @code{current-time}; see @ref{Time of Day}.)  The value 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.
+FAT-based filesystems, only the date of last access is recorded, so
+this time will always hold the midnight of the day of the last access.
 
 @cindex modification time of file
 @item



reply via email to

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