yatex

changeset 523:5bb46b7ab3de dev

Typo fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 19 Jan 2018 22:19:54 +0900
parents ce46889a743d
children b1896ef49747
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Sat Jan 13 20:57:58 2018 +0900
     1.2 +++ b/yatex.el	Fri Jan 19 22:19:54 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jan  9 13:30:45 2018 on firestorm
     1.7 +;;; Last modified Fri Jan 19 22:18:34 2018 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -298,7 +298,7 @@
    1.12       ("footnote") ("footnotetext") ("index")
    1.13       ("hspace*") ("vspace*") ("bibliography") ("bibitem") ("cite")
    1.14       ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption")
    1.15 -     ("arabic") ("cetering") ("uline")
    1.16 +     ("arabic") ("centering") ("uline")
    1.17       ("newcounter")
    1.18       ("newlength") ("setlength" 2) ("addtolength" 2) ("settowidth" 2)
    1.19       ("setcounter" 2) ("addtocounter" 2) ("stepcounter" 2)