aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-07-25 10:53:06 +0000
committerEli Zaretskii2000-07-25 10:53:06 +0000
commit487522fe076f46fb9d8f3ba991371a368a841fa3 (patch)
tree425c0e0dfadadf9dd5534ac393915d328e58620e
parent070fe99cf703cd6fd2dcec9c7f4648472a41a7ac (diff)
downloademacs-487522fe076f46fb9d8f3ba991371a368a841fa3.tar.gz
emacs-487522fe076f46fb9d8f3ba991371a368a841fa3.zip
Fix a typo.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.
773 773
774Defaulting c-style-variables-are-local-p to t avoids the confusing 774Defaulting c-style-variables-are-local-p to t avoids the confusing
775situation that occurs when a user sets some style variables globally 775situation that occurs when a user sets some style variables globally
776and edit both a Java and a non-Java file in the same Emacs session. 776and edits both a Java and a non-Java file in the same Emacs session.
777If the style variables aren't buffer local in this case, loading of 777If the style variables aren't buffer local in this case, loading of
778the second file will cause the default style (either "gnu" or "java" 778the second file will cause the default style (either "gnu" or "java"
779by default) to override the global settings made by the user. 779by default) to override the global settings made by the user.