]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-make-styles-buffer-local): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Jan 2003 21:43:09 +0000 (21:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Jan 2003 21:43:09 +0000 (21:43 +0000)
lisp/progmodes/cc-styles.el

index f5bfff850291c0fbfa3d41108b56df263d7f3b1c..cf8eca8832fb21d1cf288e27f0b5b9a2702323b1 100644 (file)
@@ -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.