diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-08 07:42:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-08 07:43:18 -0800 |
commit | 16cf469d3424e927ead856fd410b8a5eee1ec8a6 (patch) | |
tree | c14a9d09fe4847cda346a147fcf5cb211232253c /lisp/autorevert.el | |
parent | f50bc04a6824b1164bbc9ee11420db5f625e090e (diff) | |
download | emacs-16cf469d3424e927ead856fd410b8a5eee1ec8a6.tar.gz |
; Spelling fix and tighten up comment
Diffstat (limited to 'lisp/autorevert.el')
-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." (auto-revert-set-timer) (if global-auto-revert-mode (progn - ;; We disable file notification because it could use too many - ;; ressources. See <http://debbugs.gnu.org/22814>. + ;; Disable file notification because it could use too many resources. + ;; See Bug#22814. (setq auto-revert-use-notify nil) (auto-revert-buffers)) (dolist (buf (buffer-list)) |