mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
Add documentation note from Alex
This commit is contained in:
parent
9d6026d8ec
commit
4ef9ea2b2a
1 changed files with 3 additions and 1 deletions
|
|
@ -2553,7 +2553,9 @@ for C code in GNU programs.
|
||||||
|
|
||||||
@item k&r
|
@item k&r
|
||||||
@cindex K&R style
|
@cindex K&R style
|
||||||
The classic Kernighan and Ritchie style for C code.
|
The classic Kernighan and Ritchie style for C code. If you're looking
|
||||||
|
for the style used in the 2nd edition of their book ``The C
|
||||||
|
Programming Language'', then check out the @code{stroustrup} style.
|
||||||
|
|
||||||
@item bsd
|
@item bsd
|
||||||
@cindex BSD style
|
@cindex BSD style
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue