diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-30 23:30:40 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-05-01 19:27:15 +0200 |
commit | 3bc26a7080a1394a65f614b1b398af3f851eefd7 (patch) | |
tree | 48408b0305c5f9e3dd621b0c7c24d2c8d4c7367d | |
parent | 7b7b4c2101df25e5fca0cdf27b3912f0967c0f87 (diff) | |
download | emacs-3bc26a7080a1394a65f614b1b398af3f851eefd7.tar.gz |
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)
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |