aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-styles.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-01-27 08:47:18 +0000
committerJuanma Barranquero <[email protected]>2003-01-27 08:47:18 +0000
commit4793c369801678ebfd3d3287e1433baa3cff6a47 (patch)
treed4b81abb088c190356145df0538b0ecfb54796e1 /lisp/progmodes/cc-styles.el
parentd44695170657a0adf520c6ee627057b1a989c8e2 (diff)
(c-make-styles-buffer-local): Fix typo.
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-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 8cf7b35b96..4bd72f2907 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -578,7 +578,7 @@ default.
If you edit many different styles of C (or C++, Objective-C, Java,
etc) at the same time, you probably want the CC Mode style variables
-to be buffer local. If you do, it's advicable to set any CC Mode
+to be buffer local. If you do, it's advisable to set any CC Mode
style variables in a hook function (e.g. off of `c-mode-common-hook'),
instead of at the top level of your ~/.emacs file.