aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 23:30:40 +0200
committerLars Ingebrigtsen2016-04-30 23:30:40 +0200
commit1aaeaf1450756a71c9254a2a5b174c72084ca67a (patch)
tree739e7b867d7536d93e31af1eef8100fec65ebc7d
parentbf7a630b0a5d3900f2afb0e7a881ce62e2b9f935 (diff)
downloademacs-1aaeaf1450756a71c9254a2a5b174c72084ca67a.tar.gz
emacs-1aaeaf1450756a71c9254a2a5b174c72084ca67a.zip
clear-visited-file-modtime doc string fix
* lisp/files.el (clear-visited-file-modtime): Fix possibly confusing doc string wording (bug#21169).
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a252be609ab..132ebced1c0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5123,7 +5123,7 @@ change the additional actions you can take on files."
5123 5123
5124(defun clear-visited-file-modtime () 5124(defun clear-visited-file-modtime ()
5125 "Clear out records of last mod time of visited file. 5125 "Clear out records of last mod time of visited file.
5126Next attempt to save will certainly not complain of a discrepancy." 5126Next attempt to save will not complain of a discrepancy."
5127 (set-visited-file-modtime 0)) 5127 (set-visited-file-modtime 0))
5128 5128
5129(defun not-modified (&optional arg) 5129(defun not-modified (&optional arg)