summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-08 07:42:36 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-08 07:43:18 -0800
commit16cf469d3424e927ead856fd410b8a5eee1ec8a6 (patch)
treec14a9d09fe4847cda346a147fcf5cb211232253c /lisp/autorevert.el
parentf50bc04a6824b1164bbc9ee11420db5f625e090e (diff)
downloademacs-16cf469d3424e927ead856fd410b8a5eee1ec8a6.tar.gz
; Spelling fix and tighten up comment
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r--lisp/autorevert.el4
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))