From: Juanma Barranquero Date: Sun, 26 Jan 2003 21:43:09 +0000 (+0000) Subject: (c-make-styles-buffer-local): Fix typo. X-Git-Tag: emacs-pretest-21.2.95~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=316087bef86e5b67ad04de1e80c7fc4892235aae;p=emacs.git (c-make-styles-buffer-local): Fix typo. --- 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.