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 wrap: on
line diff
--- a/yatex.el	Thu Oct 15 12:27:30 2015 +0859
+++ b/yatex.el	Wed Nov 11 10:11:09 2015 +0859
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Oct 15 12:26:28 2015 on firestorm
+;;; Last modified Wed Nov 11 10:10:16 2015 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -351,7 +351,7 @@
 ; Set tex-environment possible completion
 (defvar env-table
   (append
-   '(("quote") ("quotation") ("centerc") ("verse") ("document")
+   '(("quote") ("quotation") ("center") ("verse") ("document")
      ("verbatim") ("itemize") ("enumerate") ("description")
      ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
      ("sloppypar") ("picture") ("displaymath")

yatex.org