1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(c-make-styles-buffer-local): Fix typo.

This commit is contained in:
Juanma Barranquero 2003-01-27 08:47:18 +00:00
parent d446951706
commit 4793c36980

View 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.