yatex

changeset 589:921d58902dca

Fix function document.
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 23 Sep 2022 06:29:04 +0900
parents 44c9b313c68d
children 7810c4ec21fe
files yatex.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Thu Sep 22 11:20:21 2022 +0900
     1.2 +++ b/yatex.el	Fri Sep 23 06:29:04 2022 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Sep 21 11:07:10 2022 on firestorm
     1.7 +;;; Last modified Fri Sep 23 06:28:18 2022 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -329,6 +329,7 @@
    1.12       ("ruby" 2) ("kenten")					;; okumacro
    1.13       ("geometry") ("path")
    1.14       ("setstretch")
    1.15 +     ("columncolor") ("rowcolor") ("cellcolor")			;; colortbl
    1.16       )
    1.17     (if YaTeX-use-LaTeX2e
    1.18         '(("documentclass") ("usepackage")
    1.19 @@ -883,7 +884,7 @@
    1.20  ;; YaTeX-mode functions
    1.21  ;;;
    1.22  (defun YaTeX-insert-begin-end (env region-mode)
    1.23 -  "Insert \\begin{mode-name} and \\end{mode-name}.
    1.24 +  "Insert \\begin{env-name} and \\end{env-name}.
    1.25  This works also for other defined begin/end tokens to define the structure."
    1.26    (setq YaTeX-current-completion-type 'begin)
    1.27    (let*((ccol (current-column)) beg beg2 exchange