* doc/lispref/os.texi (File Notifications):
Strengthen the recommendation to use filenotify.el.
This commit is contained in:
parent
e6d3eaa698
commit
aa0fb4fed8
1 changed files with 4 additions and 1 deletions
|
@ -2707,7 +2707,10 @@ This does not depend on one of the libraries linked to Emacs.
|
|||
|
||||
Since all these libraries emit different events on notified file
|
||||
changes, there is the Emacs library @code{filenotify} which provides a
|
||||
unique interface.
|
||||
unified interface. Lisp programs that want to receive file
|
||||
notifications should always use this library in preference to the
|
||||
native ones.
|
||||
|
||||
|
||||
@defun file-notify-add-watch file flags callback
|
||||
Add a watch for filesystem events pertaining to @var{file}. This
|
||||
|
|
Loading…
Add table
Reference in a new issue