From: Michael Albinus Date: Wed, 30 Jan 2013 19:20:46 +0000 (+0100) Subject: * autorevert.el (auto-revert-use-notify): Fix docstring. X-Git-Tag: emacs-24.3.90~173^2~7^2~192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=382936d1460c215c93fd2d8b9ae15b118fd1e90c;p=emacs.git * autorevert.el (auto-revert-use-notify): Fix docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31580a50b02..fb9effbc694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-01-30 Michael Albinus + + * autorevert.el (auto-revert-use-notify): Fix docstring. + 2013-01-30 Leo Liu * imenu.el (imenu--truncate-items): Fix subalist checking. diff --git a/lisp/autorevert.el b/lisp/autorevert.el index e44d4a88eda..fe6cf216363 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -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)