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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi [emacs-unicode-2]
Date: Fri, 16 Jul 2004 23:13:15 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.28.2.2 emacs/lispref/buffers.texi:1.28.2.3
*** emacs/lispref/buffers.texi:1.28.2.2 Tue Jun 29 16:45:27 2004
--- emacs/lispref/buffers.texi  Sat Jul 17 02:46:47 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]