]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix and tighten up comment
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2016 15:42:36 +0000 (07:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2016 15:43:18 +0000 (07:43 -0800)
lisp/autorevert.el

index bde8eb84a64cc07adf2c0c34afbae3ed91034c46..b7f1f3691f0bf2e6b03528e768a2abe35cd901ef 100644 (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))