aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-27 08:47:18 +0000
committerJuanma Barranquero2003-01-27 08:47:18 +0000
commit4793c369801678ebfd3d3287e1433baa3cff6a47 (patch)
treed4b81abb088c190356145df0538b0ecfb54796e1
parentd44695170657a0adf520c6ee627057b1a989c8e2 (diff)
downloademacs-4793c369801678ebfd3d3287e1433baa3cff6a47.tar.gz
emacs-4793c369801678ebfd3d3287e1433baa3cff6a47.zip
(c-make-styles-buffer-local): Fix typo.
-rw-r--r--lisp/progmodes/cc-styles.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el
index 8cf7b35b96b..4bd72f29070 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -578,7 +578,7 @@ default.
578 578
579If you edit many different styles of C (or C++, Objective-C, Java, 579If you edit many different styles of C (or C++, Objective-C, Java,
580etc) at the same time, you probably want the CC Mode style variables 580etc) at the same time, you probably want the CC Mode style variables
581to be buffer local. If you do, it's advicable to set any CC Mode 581to be buffer local. If you do, it's advisable to set any CC Mode
582style variables in a hook function (e.g. off of `c-mode-common-hook'), 582style variables in a hook function (e.g. off of `c-mode-common-hook'),
583instead of at the top level of your ~/.emacs file. 583instead of at the top level of your ~/.emacs file.
584 584