changeset 589:921d58902dca draft

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 wrap: on
line diff
--- 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

yatex.org