From: Paul Eggert Date: Tue, 8 Mar 2016 15:42:36 +0000 (-0800) Subject: ; Spelling fix and tighten up comment X-Git-Tag: emacs-25.0.93~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16cf469d3424e927ead856fd410b8a5eee1ec8a6;p=emacs.git ; Spelling fix and tighten up comment --- 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))