mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Update org-compat doc string
* lisp/org/org-compat.el (file-attribute-modification-time): Update doc string to match that of builtin Emacs.
This commit is contained in:
parent
a21b8c5d7d
commit
c1145c31ad
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue