projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6026d
)
Add documentation note from Alex
author
John Wiegley
<johnw@newartisans.com>
Tue, 4 Oct 2016 21:47:43 +0000
(14:47 -0700)
committer
John Wiegley
<johnw@newartisans.com>
Wed, 5 Oct 2016 16:15:18 +0000
(09:15 -0700)
doc/misc/cc-mode.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cc-mode.texi
b/doc/misc/cc-mode.texi
index 459369ed9c4610c0432b13bf7635d8d87ad4bca7..30b750ac03aae10ebdcf63d64af80268e7370111 100644
(file)
--- 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