Skip to content

Commit 1a2d2fd

Browse files
eggertkyleam
authored andcommitted
Backport commit c1145c31a from Emacs
* lisp/org-compat.el (file-attribute-modification-time): Update doc string to match that of builtin Emacs. Update org-compat doc string c1145c31adf143460911dd87b408d35ea88a1a92 Paul Eggert Sun Dec 5 23:24:10 2021 -0800
1 parent f99a8ea commit 1a2d2fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/org-compat.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ extension beyond end of line was not controllable."
204204
(defsubst file-attribute-modification-time (attributes)
205205
"The modification time in ATTRIBUTES returned by `file-attributes'.
206206
This is the time of the last change to the file's contents, and
207-
is a list of integers (HIGH LOW USEC PSEC) in the same style
208-
as (current-time)."
207+
is a Lisp timestamp in the same style as `current-time'."
209208
(nth 5 attributes)))
210209

211210
(unless (fboundp 'file-attribute-size)

0 commit comments

Comments
 (0)