aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2015-10-25 14:59:45 +0100
committerMichael Albinus2015-10-25 14:59:45 +0100
commit80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab (patch)
tree91cd8992511b5864ab068de8320aac8bef5ad173 /etc
parentab116b19eda6bf42b11f7b902c749a77d7cb7683 (diff)
downloademacs-80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab.tar.gz
emacs-80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab.zip
Document file notification `stopped' event
* doc/lispref/os.texi (File Notifications): Document `stopped event'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 381e7c841a9..f5b06f95fb0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -843,10 +843,15 @@ be added to the archive.
843** Autorevert: dired buffers are also auto-reverted via file 843** Autorevert: dired buffers are also auto-reverted via file
844notifications, if Emacs is compiled with file notification support. 844notifications, if Emacs is compiled with file notification support.
845 845
846** File Notifications
847
848+++
849*** The new event `stopped' signals, that a file notification watch is
850not active any longer.
851
846+++ 852+++
847** File Notifications: the new function `file-notify-valid-p' checks, 853*** The new function `file-notify-valid-p' checks, whether a file
848whether a file notification descriptor still corresponds to an 854notification descriptor still corresponds to an activate watch.
849activate watch.
850 855
851** Dired 856** Dired
852 857