]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/os.texi (File Notifications):
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Mar 2017 16:07:55 +0000 (17:07 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 23 Mar 2017 16:07:55 +0000 (17:07 +0100)
Strengthen the recommendation to use filenotify.el.

doc/lispref/os.texi

index 9b6752c5e1abf7584a1c09d672acb31b2a81a0da..438f48c347160887242700c96931842620a1b8d0 100644 (file)
@@ -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