emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 16cf469: ; Spelling fix and tighten up comment


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 16cf469: ; Spelling fix and tighten up comment
Date: Tue, 08 Mar 2016 15:43:22 +0000

branch: emacs-25
commit 16cf469d3424e927ead856fd410b8a5eee1ec8a6
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fix and tighten up comment
---
 lisp/autorevert.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index bde8eb8..b7f1f36 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 <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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]