; Spelling fix and tighten up comment
This commit is contained in:
parent
f50bc04a68
commit
16cf469d34
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue