From: Lars Ingebrigtsen Date: Sat, 30 Apr 2016 21:30:40 +0000 (+0200) Subject: clear-visited-file-modtime doc string fix X-Git-Tag: emacs-25.0.94~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bc26a7;p=emacs.git clear-visited-file-modtime doc string fix * lisp/files.el (clear-visited-file-modtime): Fix possibly confusing doc string wording (bug#21169). (cherry picked from commit 1aaeaf1450756a71c9254a2a5b174c72084ca67a) --- diff --git a/lisp/files.el b/lisp/files.el index f9c6c5185e3..a18832899c9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -5075,7 +5075,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)