]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jul 2013 09:17:21 +0000 (11:17 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jul 2013 09:17:21 +0000 (11:17 +0200)
etc/NEWS

index f98ebec8003d6b46df0d66069a5cdbbe99451de8..facadac5c1cc3d73b8b8cc9656f8d527877e24fe 100644 (file)
--- 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.