[FFmpeg-cvslog] doc: Use @lisp where appropriate

Timothy Gu git at videolan.org
Mon Mar 23 17:29:32 CET 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Mar 22 20:47:19 2015 -0700| [c3d0edd406d14e6210b1a72cddb5c70f42e2b483] | committer: Michael Niedermayer

doc: Use @lisp where appropriate

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> 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}:
- 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
 



More information about the ffmpeg-cvslog mailing list