From 4793c369801678ebfd3d3287e1433baa3cff6a47 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Jan 2003 08:47:18 +0000 Subject: [PATCH] (c-make-styles-buffer-local): Fix typo. --- lisp/progmodes/cc-styles.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 8cf7b35b96b..4bd72f29070 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. -- 2.39.2