emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 1a2d2fd5e4 05/50: Backport commit c1145c31a from Em


From: ELPA Syncer
Subject: [elpa] externals/org 1a2d2fd5e4 05/50: Backport commit c1145c31a from Emacs
Date: Tue, 4 Oct 2022 21:57:58 -0400 (EDT)

branch: externals/org
commit 1a2d2fd5e4e4a6ff7dc9412c7629635d31b334fb
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Kyle Meyer <kyle@kyleam.com>

    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
---
 lisp/org-compat.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index da544a567d..c7aa8e0348 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -204,8 +204,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]