aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-10 14:38:49 +0200
committerEli Zaretskii2012-12-10 14:38:49 +0200
commitf282b9f7987fd7c2c8e323cc9f934ea53c05c3af (patch)
tree79a425d3460b8c39115f89ee4a4bc1e7988751e8 /etc
parent3907e630a71d48e693062b350571990d7ba08bbb (diff)
downloademacs-f282b9f7987fd7c2c8e323cc9f934ea53c05c3af.tar.gz
emacs-f282b9f7987fd7c2c8e323cc9f934ea53c05c3af.zip
Proof-read comments on w32notify.c. Adapt NEWS entry.
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