aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/buffers.texi3
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
661too. For instance, in a Dired buffer listing a directory, it returns 661too. For instance, in a Dired buffer listing a directory, it returns
662the last modification time of that directory, as recorded by Dired. 662the last modification time of that directory, as recorded by Dired.
663 663
664If the buffer is not visiting a file, this function returns @minus{}1. 664If the buffer is visiting a file that doesn't exist, this function
665returns @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