From: John Wiegley Date: Tue, 4 Oct 2016 21:47:43 +0000 (-0700) Subject: Add documentation note from Alex X-Git-Tag: emacs-25.1.90~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ef9ea2b2ad0db53d674ce6c691b605d894ae558;p=emacs.git Add documentation note from Alex --- diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 459369ed9c4..30b750ac03a 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -2553,7 +2553,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