]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a minor mistake in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2019 15:40:50 +0000 (17:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Jan 2019 15:40:50 +0000 (17:40 +0200)
* doc/lispref/buffers.texi (Modification Time): Fix
documentation of 'visited-file-modtime'.  (Bug#34055)

doc/lispref/buffers.texi

index 8d8fc97a60f497c41b3177a5a5b6a0fd0a2bc926..d97a095f686cc8545d0c07672836d6c80d529cb9 100644 (file)
@@ -661,7 +661,8 @@ visiting a file or if the time has been explicitly cleared by
 too.  For instance, in a Dired buffer listing a directory, it returns
 the last modification time of that directory, as recorded by Dired.
 
-If the buffer is not visiting a file, this function returns @minus{}1.
+If the buffer is visiting a file that doesn't exist, this function
+returns @minus{}1.
 @end defun
 
 @defun set-visited-file-modtime &optional time