X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=utils%2Fptexinfmt.el;h=edc4255844bdcd5a86494b8ccedb1dc8f5a712d5;hb=d12ada00f69f0c95f298a700be7ac54864424bd6;hp=776538255dc945d352cd5be3c7da57d271bc4293;hpb=3d4494fa5eb967f2910b1a67b146293d63a92b38;p=elisp%2Fwanderlust.git diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 7765382..edc4255 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -37,6 +37,7 @@ ;; Modified by Yamaoka not to use APEL functions. ;; Unimplemented command: +;; @abbr ;; @float, @caption, @shortcaption, @listoffloats ;; @deftypecv[x] ;; @headitem @@ -215,8 +216,8 @@ DOCSTRING will be printed if ASSERTION is nil and (put 'page 'texinfo-format 'texinfo-discard-line) (put 'hyphenation 'texinfo-format 'texinfo-discard-command-and-arg) -;; @s{} (makeinfo 4.8 or later) -(put 's 'texinfo-format 'texinfo-format-noop) +;; @slanted{} (makeinfo 4.8 or later) +(put 'slanted 'texinfo-format 'texinfo-format-noop) ;; @tie{} (makeinfo 4.3 or later) (put 'tie 'texinfo-format 'texinfo-format-tie)