From 5d1c69b12ec18af87117a6983eecdee3f1e9f586 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 15 Jul 2004 00:09:09 +0000 Subject: [PATCH] (Modification Time): `visited-file-modtime' now returns a list of two integers, instead of a cons. --- lispref/buffers.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 8391159c088..d39a0746fe1 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -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 -- 2.39.2