projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f64cd1
)
doc: Fix syntax errors in sample Emacs config
author
Jordi Ortiz
<nenjordi@gmail.com>
Wed, 15 Aug 2012 15:58:01 +0000
(17:58 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 17 Aug 2012 08:59:42 +0000
(10:59 +0200)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
doc/developer.texi
patch
|
blob
|
blame
|
history
diff --git
a/doc/developer.texi
b/doc/developer.texi
index
60f6d05
..
ae9609d
100644
(file)
--- a/
doc/developer.texi
+++ b/
doc/developer.texi
@@
-235,8
+235,8
@@
For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
(c-add-style "libav"
'("k&r"
(c-basic-offset . 4)
- (indent-tabs-mode nil)
- (show-trailing-whitespace t)
+ (indent-tabs-mode
.
nil)
+ (show-trailing-whitespace
.
t)
(c-offsets-alist
(statement-cont . (c-lineup-assignments +)))
)