aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-01-13 17:40:50 +0200
committerEli Zaretskii2019-01-13 17:40:50 +0200
commit03818b0a9509e5e54aaee8a40c25f7da099fb7df (patch)
tree0bdde0bb204a43ec419b28d96d5848a9898d3e54
parent6ac5985418e5e6e164ff7cbf3fdc5778c30da5e3 (diff)
downloademacs-03818b0a9509e5e54aaee8a40c25f7da099fb7df.tar.gz
emacs-03818b0a9509e5e54aaee8a40c25f7da099fb7df.zip
Fix a minor mistake in ELisp manual
* doc/lispref/buffers.texi (Modification Time): Fix documentation of 'visited-file-modtime'. (Bug#34055)
-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