emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 13ba5af: Add documentation note from Alex


From: John Wiegley
Subject: [Emacs-diffs] master 13ba5af: Add documentation note from Alex
Date: Tue, 4 Oct 2016 21:47:47 +0000 (UTC)

branch: master
commit 13ba5af7427bdbd022a9d449dc2987d6a96591eb
Author: John Wiegley <address@hidden>
Commit: John Wiegley <address@hidden>

    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 f311ec8..6916169 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]