diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/buffers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 8d8fc97a60f..d97a095f686 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi | |||
| @@ -661,7 +661,8 @@ visiting a file or if the time has been explicitly cleared by | |||
| 661 | too. For instance, in a Dired buffer listing a directory, it returns | 661 | too. For instance, in a Dired buffer listing a directory, it returns |
| 662 | the last modification time of that directory, as recorded by Dired. | 662 | the last modification time of that directory, as recorded by Dired. |
| 663 | 663 | ||
| 664 | If the buffer is not visiting a file, this function returns @minus{}1. | 664 | If the buffer is visiting a file that doesn't exist, this function |
| 665 | returns @minus{}1. | ||
| 665 | @end defun | 666 | @end defun |
| 666 | 667 | ||
| 667 | @defun set-visited-file-modtime &optional time | 668 | @defun set-visited-file-modtime &optional time |