* ptexinfmt.el (slanted): Rename @s to @slanted.
authorkaoru <kaoru>
Mon, 2 Aug 2004 18:30:11 +0000 (18:30 +0000)
committerkaoru <kaoru>
Mon, 2 Aug 2004 18:30:11 +0000 (18:30 +0000)
utils/ChangeLog
utils/ptexinfmt.el

index 5cb3c80..011c890 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * ptexinfmt.el (slanted): Rename @s to @slanted.
+
 2004-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * ptexinfmt.el: Support @s.
index 7765382..edc4255 100644 (file)
@@ -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)