]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-auto-revert-ignore-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jan 1998 05:36:23 +0000 (05:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jan 1998 05:36:23 +0000 (05:36 +0000)
(global-auto-revert-mode): Fix message text.

lisp/autorevert.el

index 7670730b21c6f909951951e0dcd231e4961c2c49..344f230b087b65919b5d43e8f77ff3da5e1efb24 100644 (file)
@@ -190,7 +190,7 @@ Use this option with care since it could lead to excessive reverts."
   :type 'hook)
 
 (defvar global-auto-revert-ignore-buffer nil
-  "*When non-nil, Gobal Auto-Revert Mode will not revert this buffer.
+  "*When non-nil, Global Auto-Revert Mode will not revert this buffer.
 
 This variable becomes buffer local when set in any faishon.")
 (make-variable-buffer-local 'global-auto-revert-ignore-buffer)
@@ -265,7 +265,7 @@ Use `auto-revert-mode' to revert a particular buffer."
          (> (prefix-numeric-value arg) 0)))
   (if (and auto-revert-verbose
           (interactive-p))
-      (message "Gobal Auto-Revert Mode is now %s."
+      (message "Global Auto-Revert Mode is now %s."
               (if global-auto-revert-mode "on" "off")))
   (auto-revert-set-timer)
   (when global-auto-revert-mode