emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1aaeaf1 1/5: clear-visited-file-modtime doc string


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 1aaeaf1 1/5: clear-visited-file-modtime doc string fix
Date: Sat, 30 Apr 2016 21:54:29 +0000

branch: master
commit 1aaeaf1450756a71c9254a2a5b174c72084ca67a
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    clear-visited-file-modtime doc string fix
    
    * lisp/files.el (clear-visited-file-modtime): Fix possibly
    confusing doc string wording (bug#21169).
---
 lisp/files.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index a252be6..132ebce 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5123,7 +5123,7 @@ change the additional actions you can take on files."
 
 (defun clear-visited-file-modtime ()
   "Clear out records of last mod time of visited file.
-Next attempt to save will certainly not complain of a discrepancy."
+Next attempt to save will not complain of a discrepancy."
   (set-visited-file-modtime 0))
 
 (defun not-modified (&optional arg)



reply via email to

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