emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master aa0fb4f: * doc/lispref/os.texi (File Notifications)


From: Michael Albinus
Subject: [Emacs-diffs] master aa0fb4f: * doc/lispref/os.texi (File Notifications):
Date: Thu, 23 Mar 2017 12:08:00 -0400 (EDT)

branch: master
commit aa0fb4fed8ef1f3599f573476fc6291f8872c7e7
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * doc/lispref/os.texi (File Notifications):
    
    Strengthen the recommendation to use filenotify.el.
---
 doc/lispref/os.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 9b6752c..438f48c 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -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



reply via email to

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