diff --git a/yatex.el b/yatex.el index 73958be..858b578 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Wed Sep 21 11:07:10 2022 on firestorm +;;; Last modified Fri Sep 23 06:28:18 2022 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; https://www.yatex.org/ @@ -329,6 +329,7 @@ ("ruby" 2) ("kenten") ;; okumacro ("geometry") ("path") ("setstretch") + ("columncolor") ("rowcolor") ("cellcolor") ;; colortbl ) (if YaTeX-use-LaTeX2e '(("documentclass") ("usepackage") @@ -883,7 +884,7 @@ ;; YaTeX-mode functions ;;; (defun YaTeX-insert-begin-end (env region-mode) - "Insert \\begin{mode-name} and \\end{mode-name}. + "Insert \\begin{env-name} and \\end{env-name}. This works also for other defined begin/end tokens to define the structure." (setq YaTeX-current-completion-type 'begin) (let*((ccol (current-column)) beg beg2 exchange