From: Michael Albinus Date: Mon, 22 Jul 2013 09:17:21 +0000 (+0200) Subject: Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb83082013cb1e6d940c719f8f6d228191a1dd4f;p=emacs.git Fix typo. --- 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: - advice-add/advice-remove to add/remove a piece of advice on a named function, much like `defadvice' does. -** The package file-notify.el provides an interface for file system ++++ +** The package filenotify.el provides an interface for file system notifications. It requires, that Emacs is compiled with one of the low-level libraries gfilenotify.c, inotify.c or w32notify.c.