emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111631: * autorevert.el (auto-revert


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111631: * autorevert.el (auto-revert-use-notify): Fix docstring.
Date: Wed, 30 Jan 2013 20:20:46 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111631
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 20:20:46 +0100
message:
  * autorevert.el (auto-revert-use-notify): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/autorevert.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-30 17:57:54 +0000
+++ b/lisp/ChangeLog    2013-01-30 19:20:46 +0000
@@ -1,3 +1,7 @@
+2013-01-30  Michael Albinus  <address@hidden>
+
+       * autorevert.el (auto-revert-use-notify): Fix docstring.
+
 2013-01-30  Leo Liu  <address@hidden>
 
        * imenu.el (imenu--truncate-items): Fix subalist checking.

=== modified file 'lisp/autorevert.el'
--- a/lisp/autorevert.el        2013-01-29 16:03:40 +0000
+++ b/lisp/autorevert.el        2013-01-30 19:20:46 +0000
@@ -278,7 +278,7 @@
   "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)


reply via email to

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