aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 23:30:40 +0200
committerLars Ingebrigtsen2016-05-01 19:27:15 +0200
commit3bc26a7080a1394a65f614b1b398af3f851eefd7 (patch)
tree48408b0305c5f9e3dd621b0c7c24d2c8d4c7367d
parent7b7b4c2101df25e5fca0cdf27b3912f0967c0f87 (diff)
downloademacs-3bc26a7080a1394a65f614b1b398af3f851eefd7.tar.gz
emacs-3bc26a7080a1394a65f614b1b398af3f851eefd7.zip
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.el2
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."
5075 5075
5076(defun clear-visited-file-modtime () 5076(defun clear-visited-file-modtime ()
5077 "Clear out records of last mod time of visited file. 5077 "Clear out records of last mod time of visited file.
5078Next attempt to save will certainly not complain of a discrepancy." 5078Next attempt to save will not complain of a discrepancy."
5079 (set-visited-file-modtime 0)) 5079 (set-visited-file-modtime 0))
5080 5080
5081(defun not-modified (&optional arg) 5081(defun not-modified (&optional arg)