yatex

changeset 434:22e8feb8ee15 dev

Accidental misspelling corrected
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 11 Nov 2015 10:11:09 +0859
parents 5b49aea3810d
children 8a9ef7c96a0a
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Thu Oct 15 12:27:30 2015 +0859
     1.2 +++ b/yatex.el	Wed Nov 11 10:11:09 2015 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Oct 15 12:26:28 2015 on firestorm
     1.7 +;;; Last modified Wed Nov 11 10:10:16 2015 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -351,7 +351,7 @@
    1.12  ; Set tex-environment possible completion
    1.13  (defvar env-table
    1.14    (append
    1.15 -   '(("quote") ("quotation") ("centerc") ("verse") ("document")
    1.16 +   '(("quote") ("quotation") ("center") ("verse") ("document")
    1.17       ("verbatim") ("itemize") ("enumerate") ("description")
    1.18       ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
    1.19       ("sloppypar") ("picture") ("displaymath")