ffmpeg | branch: master | Timothy Gu <[email protected]> | Sun Mar 22 20:47:19 2015 -0700| [c3d0edd406d14e6210b1a72cddb5c70f42e2b483] | committer: Michael Niedermayer
doc: Use @lisp where appropriate Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3d0edd406d14e6210b1a72cddb5c70f42e2b483 --- 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}: -@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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
