]> code.delx.au - gnu-emacs/commitdiff
* autorevert.el (auto-revert-use-notify): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Jan 2013 19:20:46 +0000 (20:20 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 30 Jan 2013 19:20:46 +0000 (20:20 +0100)
lisp/ChangeLog
lisp/autorevert.el

index 31580a50b021ff827bb5820430669fe510677376..fb9effbc694f3628961631607f156ea5595b5d46 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * autorevert.el (auto-revert-use-notify): Fix docstring.
+
 2013-01-30  Leo Liu  <sdl.web@gmail.com>
 
        * imenu.el (imenu--truncate-items): Fix subalist checking.
index e44d4a88edaf82cdc89f214c5eae643adbafa90f..fe6cf216363218c8678b8f8b5b050c0da493cacc 100644 (file)
@@ -278,7 +278,7 @@ This variable becomes buffer local when set in any fashion.")
   "If non-nil Auto Revert Mode uses file notification functions.
 This requires Emacs being compiled with file notification
 support (see `auto-revert-notify-enabled').  You should set this
-variable through Custom only."
+variable through Custom."
   :group 'auto-revert
   :type 'boolean
   :set (lambda (variable value)