# HG changeset patch # User HIROSE Yuuji # Date 1663882144 -32400 # Node ID 921d58902dca38391da2bcfc08fa89cc1fd71515 # Parent 44c9b313c68deb4e2787c08310f2fda44d33a65c Fix function document. diff -r 44c9b313c68d -r 921d58902dca yatex.el --- a/yatex.el Thu Sep 22 11:20:21 2022 +0900 +++ b/yatex.el Fri Sep 23 06:29:04 2022 +0900 @@ -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