From: Paul Eggert Date: Mon, 6 Dec 2021 07:13:06 +0000 (-0800) Subject: Update org-compat doc string X-Git-Tag: emacs-29.0.90~3612^2^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1145c31adf143460911dd87b408d35ea88a1a92;p=emacs.git Update org-compat doc string * lisp/org/org-compat.el (file-attribute-modification-time): Update doc string to match that of builtin Emacs. --- diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index d230ee2b11f..b140df76223 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el @@ -170,8 +170,7 @@ extension beyond end of line was not controllable." (defsubst file-attribute-modification-time (attributes) "The modification time in ATTRIBUTES returned by `file-attributes'. This is the time of the last change to the file's contents, and -is a list of integers (HIGH LOW USEC PSEC) in the same style -as (current-time)." +is a Lisp timestamp in the same style as `current-time'." (nth 5 attributes))) (unless (fboundp 'file-attribute-size)