Synch to Wanderlust 200408021830.
authoryamaoka <yamaoka>
Mon, 2 Aug 2004 22:00:39 +0000 (22:00 +0000)
committeryamaoka <yamaoka>
Mon, 2 Aug 2004 22:00:39 +0000 (22:00 +0000)
ChangeLog
texi/ptexinfmt.el

index dc3136b..0b4a91b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * texi/ptexinfmt.el (slanted): Rename @s to @slanted.
+
 2004-07-29  KOSEKI Yoshinori  <kose@meadowy.org>
 
        * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix
index 071d00f..01dc4d2 100644 (file)
@@ -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)