emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 4ef9ea2: Add documentation note from Alex


From: John Wiegley
Subject: [Emacs-diffs] emacs-25 4ef9ea2: Add documentation note from Alex
Date: Wed, 5 Oct 2016 16:15:23 +0000 (UTC)

branch: emacs-25
commit 4ef9ea2b2ad0db53d674ce6c691b605d894ae558
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 459369e..30b750a 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



reply via email to

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