emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Wed, 14 Jul 2004 20:12:02 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.37 emacs/lispref/buffers.texi:1.38
*** emacs/lispref/buffers.texi:1.37     Wed Jun 23 16:33:05 2004
--- emacs/lispref/buffers.texi  Thu Jul 15 00:09:09 2004
***************
*** 625,633 ****
  @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}.)
  
  The function returns zero if the buffer has no recorded last
  modification time, which can happen, for instance, if the record has
--- 625,633 ----
  @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}.)
  
  The function returns zero if the buffer has no recorded last
  modification time, which can happen, for instance, if the record has




reply via email to

[Prev in Thread] Current Thread [Next in Thread]