diff options
| author | Luc Teirlinck | 2004-07-15 00:09:09 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-15 00:09:09 +0000 |
| commit | 5d1c69b12ec18af87117a6983eecdee3f1e9f586 (patch) | |
| tree | fbde4bc628a0e2173354f0e32223bd40977106f6 | |
| parent | 386c8f42f7e23cf32baceca17a96533476a052aa (diff) | |
| download | emacs-5d1c69b12ec18af87117a6983eecdee3f1e9f586.tar.gz emacs-5d1c69b12ec18af87117a6983eecdee3f1e9f586.zip | |
(Modification Time): `visited-file-modtime' now
returns a list of two integers, instead of a cons.
| -rw-r--r-- | lispref/buffers.texi | 6 |
1 files 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. | |||
| 625 | @c Emacs 19 feature | 625 | @c Emacs 19 feature |
| 626 | @defun visited-file-modtime | 626 | @defun visited-file-modtime |
| 627 | This function returns the current buffer's recorded last file | 627 | This function returns the current buffer's recorded last file |
| 628 | modification time, as a list of the form @code{(@var{high} . | 628 | modification time, as a list of the form @code{(@var{high} @var{low})}. |
| 629 | @var{low})}. (This is the same format that @code{file-attributes} | 629 | (This is the same format that @code{file-attributes} uses to return |
| 630 | uses to return time values; see @ref{File Attributes}.) | 630 | time values; see @ref{File Attributes}.) |
| 631 | 631 | ||
| 632 | The function returns zero if the buffer has no recorded last | 632 | The function returns zero if the buffer has no recorded last |
| 633 | modification time, which can happen, for instance, if the record has | 633 | modification time, which can happen, for instance, if the record has |