diff options
| author | Lars Ingebrigtsen | 2016-04-30 23:30:40 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 23:30:40 +0200 |
| commit | 1aaeaf1450756a71c9254a2a5b174c72084ca67a (patch) | |
| tree | 739e7b867d7536d93e31af1eef8100fec65ebc7d | |
| parent | bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 5126 | Next attempt to save will certainly not complain of a discrepancy." | 5126 | Next 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) |