]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-make-styles-buffer-local): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:47:18 +0000 (08:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:47:18 +0000 (08:47 +0000)
lisp/progmodes/cc-styles.el

index 8cf7b35b96b122c5758409e6463dad5d69c359ea..4bd72f290703d4c8c2d4467b450dbc6b84beaae0 100644 (file)
@@ -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.