diff options
| author | Eli Zaretskii | 2012-12-10 14:38:49 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-10 14:38:49 +0200 |
| commit | f282b9f7987fd7c2c8e323cc9f934ea53c05c3af (patch) | |
| tree | 79a425d3460b8c39115f89ee4a4bc1e7988751e8 /etc | |
| parent | 3907e630a71d48e693062b350571990d7ba08bbb (diff) | |
| download | emacs-f282b9f7987fd7c2c8e323cc9f934ea53c05c3af.tar.gz emacs-f282b9f7987fd7c2c8e323cc9f934ea53c05c3af.zip | |
Proof-read comments on w32notify.c. Adapt NEWS entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -136,7 +136,8 @@ spurious warnings about an unused var. | |||
| 136 | ** Support for filesystem notifications. | 136 | ** Support for filesystem notifications. |
| 137 | Emacs now supports notifications of filesystem changes, such as | 137 | Emacs now supports notifications of filesystem changes, such as |
| 138 | creation, modification, and deletion of files. This requires the | 138 | creation, 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 |
| 140 | supported for Windows XP and newer versions. | ||
| 140 | 141 | ||
| 141 | ** Face changes | 142 | ** Face changes |
| 142 | 143 | ||