[FFmpeg-devel] [PATCH 4/5] doc: Use @lisp where appropriate
Timothy Gu
timothygu99 at gmail.com
Mon Mar 23 04:47:19 CET 2015
---
doc/developer.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index a5e9c99..d9ccf7b 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}:
- at example
+ at 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")
- at end example
+ at end lisp
@section Development Policy
--
1.9.1
More information about the ffmpeg-devel
mailing list