aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f04dcea2bde..77e7e47b8a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -136,7 +136,8 @@ spurious warnings about an unused var.
136** Support for filesystem notifications. 136** Support for filesystem notifications.
137Emacs now supports notifications of filesystem changes, such as 137Emacs now supports notifications of filesystem changes, such as
138creation, modification, and deletion of files. This requires the 138creation, modification, and deletion of files. This requires the
139'inotify' API on GNU/Linux systems. 139'inotify' API on GNU/Linux systems. On MS-Windows systems, this is
140supported for Windows XP and newer versions.
140 141
141** Face changes 142** Face changes
142 143