]> git.eshelyaron.com Git - emacs.git/commitdiff
(Modification Time): `visited-file-modtime' now
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 15 Jul 2004 00:09:09 +0000 (00:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 15 Jul 2004 00:09:09 +0000 (00:09 +0000)
returns a list of two integers, instead of a cons.

lispref/buffers.texi

index 8391159c0884911ab0533156dbdcb1846d806555..d39a0746fe115ec6c28dc2a8dea66e7bc59e7c01 100644 (file)
@@ -625,9 +625,9 @@ file should not be done.
 @c Emacs 19 feature
 @defun visited-file-modtime
 This function returns the current buffer's recorded last file
-modification time, as a list of the form @code{(@var{high} .
-@var{low})}.  (This is the same format that @code{file-attributes}
-uses to return time values; see @ref{File Attributes}.)
+modification time, as a list of the form @code{(@var{high} @var{low})}.
+(This is the same format that @code{file-attributes} uses to return
+time values; see @ref{File Attributes}.)
 
 The function returns zero if the buffer has no recorded last
 modification time, which can happen, for instance, if the record has