1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Add documentation note from Alex

This commit is contained in:
John Wiegley 2016-10-04 14:47:43 -07:00
parent 6d6c93f4cc
commit 13ba5af742
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

View File

@ -2554,7 +2554,9 @@ for C code in GNU programs.
@item k&r
@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
@cindex BSD style