X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Fptexinfmt.el;h=01dc4d2a01be327fcb365f37ead9e7ac25edf2e2;hb=747e12ff1c149822165748232ac93d20e359c2ca;hp=071d00f865a780a4c9eff5770a2347441c949b06;hpb=bf66431c41a07bd3765bf1d754490e6cc79df12b;p=elisp%2Fgnus.git- diff --git a/texi/ptexinfmt.el b/texi/ptexinfmt.el index 071d00f..01dc4d2 100644 --- a/texi/ptexinfmt.el +++ b/texi/ptexinfmt.el @@ -37,6 +37,7 @@ ;; Modified by Yamaoka not to use APEL functions. ;; Unimplemented command: +;; @abbr ;; @float, @caption, @shortcaption, @listoffloats ;; @deftypecv[x] ;; @headitem @@ -210,8 +211,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)