mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(c-make-styles-buffer-local): Fix typo.
This commit is contained in:
parent
d446951706
commit
4793c36980
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue