diff options
| author | Eli Zaretskii | 2000-07-25 10:53:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-25 10:53:06 +0000 |
| commit | 487522fe076f46fb9d8f3ba991371a368a841fa3 (patch) | |
| tree | 425c0e0dfadadf9dd5534ac393915d328e58620e | |
| parent | 070fe99cf703cd6fd2dcec9c7f4648472a41a7ac (diff) | |
| download | emacs-487522fe076f46fb9d8f3ba991371a368a841fa3.tar.gz emacs-487522fe076f46fb9d8f3ba991371a368a841fa3.zip | |
Fix a typo.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -773,7 +773,7 @@ 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. |