changeset 30445:507cbd3f9296

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 25 Jul 2000 10:53:06 +0000
parents c1c7b6961488
children e3fe041c4e25
files etc/NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Jul 25 09:20:27 2000 +0000
+++ b/etc/NEWS	Tue Jul 25 10:53:06 2000 +0000
@@ -773,7 +773,7 @@
 
 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.