* autorevert.el (auto-revert-use-notify): Fix docstring.
This commit is contained in:
parent
dd331297c1
commit
382936d146
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
2013-01-30 Leo Liu <sdl.web@gmail.com>
|
||||||
|
|
||||||
* imenu.el (imenu--truncate-items): Fix subalist checking.
|
* imenu.el (imenu--truncate-items): Fix subalist checking.
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,7 @@ This variable becomes buffer local when set in any fashion.")
|
||||||
"If non-nil Auto Revert Mode uses file notification functions.
|
"If non-nil Auto Revert Mode uses file notification functions.
|
||||||
This requires Emacs being compiled with file notification
|
This requires Emacs being compiled with file notification
|
||||||
support (see `auto-revert-notify-enabled'). You should set this
|
support (see `auto-revert-notify-enabled'). You should set this
|
||||||
variable through Custom only."
|
variable through Custom."
|
||||||
:group 'auto-revert
|
:group 'auto-revert
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:set (lambda (variable value)
|
:set (lambda (variable value)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue