[FFmpeg-cvslog] doc: Fix syntax errors in sample Emacs config
Jordi Ortiz
git at videolan.org
Fri Aug 17 17:10:47 CEST 2012
ffmpeg | branch: master | Jordi Ortiz <nenjordi at gmail.com> | Wed Aug 15 17:58:01 2012 +0200| [fd6a085a22c540be88c46d277dce79c8b4b4c705] | committer: Diego Biurrun
doc: Fix syntax errors in sample Emacs config
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd6a085a22c540be88c46d277dce79c8b4b4c705
---
doc/developer.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index 60f6d05..ae9609d 100644
--- 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 +)))
)
More information about the ffmpeg-cvslog
mailing list