]> git.eshelyaron.com Git - emacs.git/commitdiff
Update org-compat doc string
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Dec 2021 07:13:06 +0000 (23:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Dec 2021 07:24:10 +0000 (23:24 -0800)
* lisp/org/org-compat.el (file-attribute-modification-time):
Update doc string to match that of builtin Emacs.

lisp/org/org-compat.el

index d230ee2b11ffddc0578f888c402f75f613fa49dc..b140df76223ae9e9370b04697ae4fbc540ca13c6 100644 (file)
@@ -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)