]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Jul 2000 10:53:06 +0000 (10:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 25 Jul 2000 10:53:06 +0000 (10:53 +0000)
etc/NEWS

index d30e6fe41bc7b7a8193c8e80e970a611672b0d51..e2bafc909aad8743bb09a056946aa2e6c5b35135 100644 (file)
--- 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.