emacs-diffs
[Top][All Lists]
Advanced

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

master c1145c3 13/13: Update org-compat doc string


From: Paul Eggert
Subject: master c1145c3 13/13: Update org-compat doc string
Date: Mon, 6 Dec 2021 02:24:24 -0500 (EST)

branch: master
commit c1145c31adf143460911dd87b408d35ea88a1a92
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Update org-compat doc string
    
    * lisp/org/org-compat.el (file-attribute-modification-time):
    Update doc string to match that of builtin Emacs.
---
 lisp/org/org-compat.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el
index d230ee2..b140df7 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)



reply via email to

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