changeset 49478:7f670dbc3aab

(c-make-styles-buffer-local): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Jan 2003 08:47:18 +0000
parents ea69593b3b09
children 12025f034e10
files lisp/progmodes/cc-styles.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-styles.el	Mon Jan 27 08:46:26 2003 +0000
+++ b/lisp/progmodes/cc-styles.el	Mon Jan 27 08:47:18 2003 +0000
@@ -578,7 +578,7 @@
 
 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.