summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:43:09 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:43:09 +0000
commit316087bef86e5b67ad04de1e80c7fc4892235aae (patch)
treec2c6826e37483605ebc6cf6bb4c1fc42d9f7dd42
parent5e2363c74e35b51556bb80e756c88895a8da5ada (diff)
downloademacs-316087bef86e5b67ad04de1e80c7fc4892235aae.tar.gz
(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 f5bfff85029..cf8eca8832f 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -477,7 +477,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.