; 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)
(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))