aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2013-07-22 11:17:21 +0200
committerMichael Albinus2013-07-22 11:17:21 +0200
commitfb83082013cb1e6d940c719f8f6d228191a1dd4f (patch)
tree417c94392bb5ecdec24d2b2014b96f00f3bfe0fc /etc
parent3a3f390d1b9e2af901f6b3ed984773c39d2522b4 (diff)
downloademacs-fb83082013cb1e6d940c719f8f6d228191a1dd4f.tar.gz
emacs-fb83082013cb1e6d940c719f8f6d228191a1dd4f.zip
Fix typo.
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 f98ebec8003..facadac5c1c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -483,7 +483,8 @@ It is layered as:
483- advice-add/advice-remove to add/remove a piece of advice on a named function, 483- advice-add/advice-remove to add/remove a piece of advice on a named function,
484 much like `defadvice' does. 484 much like `defadvice' does.
485 485
486** The package file-notify.el provides an interface for file system 486+++
487** The package filenotify.el provides an interface for file system
487notifications. It requires, that Emacs is compiled with one of the 488notifications. It requires, that Emacs is compiled with one of the
488low-level libraries gfilenotify.c, inotify.c or w32notify.c. 489low-level libraries gfilenotify.c, inotify.c or w32notify.c.
489 490