# HG changeset patch # User HIROSE Yuuji # Date 1447204270 -32399 # Node ID 22e8feb8ee15514d4895f1ba686b38246b89f478 # Parent 5b49aea3810daef545965468e856cdeea4b70637 Accidental misspelling corrected diff -r 5b49aea3810d -r 22e8feb8ee15 yatex.el --- 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")