diff options
| author | Paul Eggert | 2016-03-08 07:42:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-03-08 07:43:18 -0800 |
| commit | 16cf469d3424e927ead856fd410b8a5eee1ec8a6 (patch) | |
| tree | c14a9d09fe4847cda346a147fcf5cb211232253c | |
| parent | f50bc04a6824b1164bbc9ee11420db5f625e090e (diff) | |
| download | emacs-16cf469d3424e927ead856fd410b8a5eee1ec8a6.tar.gz emacs-16cf469d3424e927ead856fd410b8a5eee1ec8a6.zip | |
; Spelling fix and tighten up comment
| -rw-r--r-- | lisp/autorevert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index bde8eb84a64..b7f1f3691f0 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -459,8 +459,8 @@ specifies in the mode line." | |||
| 459 | (auto-revert-set-timer) | 459 | (auto-revert-set-timer) |
| 460 | (if global-auto-revert-mode | 460 | (if global-auto-revert-mode |
| 461 | (progn | 461 | (progn |
| 462 | ;; We disable file notification because it could use too many | 462 | ;; Disable file notification because it could use too many resources. |
| 463 | ;; ressources. See <http://debbugs.gnu.org/22814>. | 463 | ;; See Bug#22814. |
| 464 | (setq auto-revert-use-notify nil) | 464 | (setq auto-revert-use-notify nil) |
| 465 | (auto-revert-buffers)) | 465 | (auto-revert-buffers)) |
| 466 | (dolist (buf (buffer-list)) | 466 | (dolist (buf (buffer-list)) |