diff options
| author | Michael Albinus | 2013-01-30 20:20:46 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-01-30 20:20:46 +0100 |
| commit | 382936d1460c215c93fd2d8b9ae15b118fd1e90c (patch) | |
| tree | 89326636ef1e8dbe6687bbd29e5a1b8370bbb96a | |
| parent | dd331297c1c7bc37ebd865a4196a4f41e9555f83 (diff) | |
| download | emacs-382936d1460c215c93fd2d8b9ae15b118fd1e90c.tar.gz emacs-382936d1460c215c93fd2d8b9ae15b118fd1e90c.zip | |
* autorevert.el (auto-revert-use-notify): Fix docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/autorevert.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31580a50b02..fb9effbc694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * autorevert.el (auto-revert-use-notify): Fix docstring. | ||
| 4 | |||
| 1 | 2013-01-30 Leo Liu <sdl.web@gmail.com> | 5 | 2013-01-30 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * imenu.el (imenu--truncate-items): Fix subalist checking. | 7 | * 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.") | |||
| 278 | "If non-nil Auto Revert Mode uses file notification functions. | 278 | "If non-nil Auto Revert Mode uses file notification functions. |
| 279 | This requires Emacs being compiled with file notification | 279 | This requires Emacs being compiled with file notification |
| 280 | support (see `auto-revert-notify-enabled'). You should set this | 280 | support (see `auto-revert-notify-enabled'). You should set this |
| 281 | variable through Custom only." | 281 | variable through Custom." |
| 282 | :group 'auto-revert | 282 | :group 'auto-revert |
| 283 | :type 'boolean | 283 | :type 'boolean |
| 284 | :set (lambda (variable value) | 284 | :set (lambda (variable value) |