From 4ef9ea2b2ad0db53d674ce6c691b605d894ae558 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 4 Oct 2016 14:47:43 -0700 Subject: [PATCH] Add documentation note from Alex --- doc/misc/cc-mode.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2