From: Eli Zaretskii Date: Tue, 25 Jul 2000 10:53:06 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: emacs-pretest-21.0.90~2622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=487522fe076f46fb9d8f3ba991371a368a841fa3;p=emacs.git Fix a typo. --- diff --git a/etc/NEWS b/etc/NEWS index d30e6fe41bc..e2bafc909aa 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -773,7 +773,7 @@ have to bother. Defaulting c-style-variables-are-local-p to t avoids the confusing situation that occurs when a user sets some style variables globally -and edit both a Java and a non-Java file in the same Emacs session. +and edits both a Java and a non-Java file in the same Emacs session. If the style variables aren't buffer local in this case, loading of the second file will cause the default style (either "gnu" or "java" by default) to override the global settings made by the user.