yatex

changeset 423:e1e67b1b70e6 dev

typo fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 31 Aug 2015 11:58:39 +0900
parents 5e7b06dcab9c
children af4fa99fabd3
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Fri Aug 28 21:03:27 2015 +0900
     1.2 +++ b/yatexadd.el	Mon Aug 31 11:58:39 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Fri Aug 28 20:52:57 2015 on zxr
     1.7 +;;; Last modified Mon Aug 31 11:57:05 2015 on zxr
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -2107,7 +2107,7 @@
    1.12  
    1.13  ;;; -------------------- beamer stuff --------------------
    1.14  (defvar YaTeX:frame-option-alist-default
    1.15 -  '(("plain") ("containverbatim") ("shrink") ("squeeze")
    1.16 +  '(("plain") ("containsverbatim") ("shrink") ("squeeze")
    1.17      ("allowframebreaks") ("label=")))
    1.18  (defvar YaTeX:frame-option-alist-private nil
    1.19    "*Alist for completion list of the argument for `frame' environemnt")