diff options
author | Jordi Ortiz <nenjordi@gmail.com> | 2012-08-15 17:58:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-17 10:59:42 +0200 |
commit | fd6a085a22c540be88c46d277dce79c8b4b4c705 (patch) | |
tree | 2496de40d67dff30f775bf6e3ebf1ad2db482c5f /doc | |
parent | 0f64cd1e81cbe3a6a1c946242266e9ada78fcd18 (diff) | |
download | ffmpeg-streaming-fd6a085a22c540be88c46d277dce79c8b4b4c705.zip ffmpeg-streaming-fd6a085a22c540be88c46d277dce79c8b4b4c705.tar.gz |
doc: Fix syntax errors in sample Emacs config
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.texi | 4 |
1 files 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 +))) ) |