emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 03818b0: Fix a minor mistake in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 03818b0: Fix a minor mistake in ELisp manual
Date: Sun, 13 Jan 2019 10:41:59 -0500 (EST)

branch: emacs-26
commit 03818b0a9509e5e54aaee8a40c25f7da099fb7df
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a minor mistake in ELisp manual
    
    * doc/lispref/buffers.texi (Modification Time): Fix
    documentation of 'visited-file-modtime'.  (Bug#34055)
---
 doc/lispref/buffers.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 8d8fc97..d97a095 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
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]