]> git.eshelyaron.com Git - emacs.git/commitdiff
Add documentation note from Alex
authorJohn Wiegley <johnw@newartisans.com>
Tue, 4 Oct 2016 21:47:43 +0000 (14:47 -0700)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 5 Oct 2016 16:15:18 +0000 (09:15 -0700)
doc/misc/cc-mode.texi

index 459369ed9c4610c0432b13bf7635d8d87ad4bca7..30b750ac03aae10ebdcf63d64af80268e7370111 100644 (file)
@@ -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