]> git.eshelyaron.com Git - emacs.git/commitdiff
clear-visited-file-modtime doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 21:30:40 +0000 (23:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 21:30:40 +0000 (23:30 +0200)
* lisp/files.el (clear-visited-file-modtime): Fix possibly
confusing doc string wording (bug#21169).

lisp/files.el

index a252be609ab604bde16e5e0fb5c933e16629b9bc..132ebced1c077aa18c35ea938f7a6bca86f2212d 100644 (file)
@@ -5123,7 +5123,7 @@ change the additional actions you can take on files."
 \f
 (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)