changeset 56427:55836d23d2c9

(Modification Time): `visited-file-modtime' now returns a list of two integers, instead of a cons.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 15 Jul 2004 00:09:09 +0000
parents 0eb4c89378bd
children 46e4678210f7
files lispref/buffers.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/buffers.texi	Wed Jul 14 23:35:30 2004 +0000
+++ b/lispref/buffers.texi	Thu Jul 15 00:09:09 2004 +0000
@@ -625,9 +625,9 @@
 @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