mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(c-make-styles-buffer-local): Fix typo.
This commit is contained in:
parent
d446951706
commit
4793c36980
@ -578,7 +578,7 @@ default.
|
|||||||
|
|
||||||
If you edit many different styles of C (or C++, Objective-C, Java,
|
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
|
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'),
|
style variables in a hook function (e.g. off of `c-mode-common-hook'),
|
||||||
instead of at the top level of your ~/.emacs file.
|
instead of at the top level of your ~/.emacs file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user