; 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)
|
||||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue