comparison etc/NEWS @ 30445:507cbd3f9296

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 25 Jul 2000 10:53:06 +0000
parents a4f7b3cc6705
children 26afdae5ea13
comparison
equal deleted inserted replaced
30444:c1c7b6961488 30445:507cbd3f9296
771 want to set it to nil in your .emacs, otherwise you probably don't 771 want to set it to nil in your .emacs, otherwise you probably don't
772 have to bother. 772 have to bother.
773 773
774 Defaulting c-style-variables-are-local-p to t avoids the confusing 774 Defaulting c-style-variables-are-local-p to t avoids the confusing
775 situation that occurs when a user sets some style variables globally 775 situation that occurs when a user sets some style variables globally
776 and edit both a Java and a non-Java file in the same Emacs session. 776 and edits both a Java and a non-Java file in the same Emacs session.
777 If the style variables aren't buffer local in this case, loading of 777 If the style variables aren't buffer local in this case, loading of
778 the second file will cause the default style (either "gnu" or "java" 778 the second file will cause the default style (either "gnu" or "java"
779 by default) to override the global settings made by the user. 779 by default) to override the global settings made by the user.
780 780
781 *** New initialization procedure for the style system. 781 *** New initialization procedure for the style system.