; Spelling fix and tighten up comment

This commit is contained in:
Paul Eggert 2016-03-08 07:42:36 -08:00
parent f50bc04a68
commit 16cf469d34

View file

@ -459,8 +459,8 @@ specifies in the mode line."
(auto-revert-set-timer) (auto-revert-set-timer)
(if global-auto-revert-mode (if global-auto-revert-mode
(progn (progn
;; We disable file notification because it could use too many ;; Disable file notification because it could use too many resources.
;; ressources. See <http://debbugs.gnu.org/22814>. ;; See Bug#22814.
(setq auto-revert-use-notify nil) (setq auto-revert-use-notify nil)
(auto-revert-buffers)) (auto-revert-buffers))
(dolist (buf (buffer-list)) (dolist (buf (buffer-list))