From 16cf469d3424e927ead856fd410b8a5eee1ec8a6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Mar 2016 07:42:36 -0800 Subject: [PATCH] ; Spelling fix and tighten up comment --- lisp/autorevert.el | 4 ++-- 1 file 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 . + ;; 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)) -- 2.11.4.GIT