]> git.eshelyaron.com Git - emacs.git/commitdiff
Use proper configure option `--without-file-notification'.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Feb 2014 11:45:01 +0000 (12:45 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Feb 2014 11:45:01 +0000 (12:45 +0100)
etc/NEWS

index 3898da5854a81887f56422e8ef2197e70ebc8699..08b07aa86edce7f02661e84cdfa12d6b25c61986 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,7 +32,7 @@ configure option `--disable-acl'.
 ** Emacs can now be compiled with file notification support.
 This happens by default if a suitable system library is found at
 build time.  To prevent this, use the configure option
-`--with-file-notification-no'.  See below for file-notify features.
+`--without-file-notification'.  See below for file-notify features.
 FIXME?  This feature is not available for the Nextstep port. (?)
 
 ---