summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-03-22 20:47:19 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-03-23 17:21:38 +0100
commitc3d0edd406d14e6210b1a72cddb5c70f42e2b483 (patch)
tree0b3af36e4605814941e99cb2c87a8803760e0934 /doc/developer.texi
parentecba41bfd3a1bb222db99bac10731a9e30c7e18c (diff)
doc: Use @lisp where appropriate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index a5e9c9915c..d9ccf7b938 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -228,7 +228,7 @@ autocmd InsertEnter * match ForbiddenWhitespace /\t\|\s\+\%#\@@<!$/
@end example
For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
-@example
+@lisp
(c-add-style "ffmpeg"
'("k&r"
(c-basic-offset . 4)
@@ -239,7 +239,7 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
)
)
(setq c-default-style "ffmpeg")
-@end example
+@end lisp
@section Development Policy