aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/cc-mode.texi4
1 files changed, 3 insertions, 1 deletions
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.
2553 2553
2554@item k&r 2554@item k&r
2555@cindex K&R style 2555@cindex K&R style
2556The classic Kernighan and Ritchie style for C code. 2556The classic Kernighan and Ritchie style for C code. If you're looking
2557for the style used in the 2nd edition of their book ``The C
2558Programming Language'', then check out the @code{stroustrup} style.
2557 2559
2558@item bsd 2560@item bsd
2559@cindex BSD style 2561@cindex BSD style