Index: yatex/docs/yahtmlj.tex
===================================================================
--- yatex.orig/docs/yahtmlj.tex	2009-09-28 01:17:25.000000000 +0900
+++ yatex/docs/yahtmlj.tex	2009-09-28 01:18:41.000000000 +0900
@@ -1,6 +1,6 @@
 \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
-@setfilename yahtmlj
+@setfilename yahtmlj.info
 @settitle Yet Another html-mode for Emacs
 
 @iftex
@@ -273,7 +273,7 @@
 @node リジョン内文字のURLencode,  , 文字参照への変更, Changing and Deleting
 @comment  node-name,  next,  previous,  up
 @section リジョン内文字のURLencode
-@table
+@table @kbd
  @item [prefix] #
 	@dots{} 指定した領域内に URLencode すべき文字があればそれらを
         エンコード表記に置換。
Index: yatex/docs/yatexe.tex
===================================================================
--- yatex.orig/docs/yatexe.tex	2009-09-28 01:18:40.000000000 +0900
+++ yatex/docs/yatexe.tex	2009-09-28 01:18:41.000000000 +0900
@@ -1,6 +1,6 @@
 \def\lang{jp} % -*- texinfo -*-
 \input texinfo.tex
-@setfilename yatexe
+@setfilename yatexe.info
 @settitle Yet Another tex-mode for Emacs
 
 @iftex
@@ -48,6 +48,7 @@
 * Etcetera::                    YaTeX is acquisitive.
 * Copying::                     Redistribution
 
+@end menu
 
 @node What is YaTeX?, Main features, Top, Top
 @comment  node-name,  next,  previous,  up
@@ -90,7 +91,7 @@
 @item Document files hierarchy browser (@kbd{C-c d})
 @item Adding automatically \usepackage corresponding to inputting LaTeX
       macro with completion
-@item Allow you to forget creating \label{}s, \ref or \cite completion
+@item Allow you to forget creating \label@{@}s, \ref or \cite completion
       automatically generate labels.
 @end itemize
 
@@ -1799,7 +1800,7 @@
 
 @defvar YaTeX-singlecmd-suffix
 Suffix which is always inserted after maketitle-type macros.
-@code{"{}"} is recommended.
+@code{"@{@}"} is recommended.
 @end defvar
 
 @defvar YaTeX-package-alist-private
@@ -1845,7 +1846,7 @@
 @end defvar
 
 @defvar YaTeX-ref-generate-label-function
-Function to generate default label string for unnamed \\label{}s.
+Function to generate default label string for unnamed \\label@{@}s.
 The function pointed to this value should take two arguments.
 First argument is LaTeX macro's name, second is macro's argument.
 Here is an example for using this value.
@@ -1853,7 +1854,7 @@
   (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label)
   (defun my-yatex-generate-label (command value)
     (and (string= command "caption")
-         (re-search-backward "\\\\begin{\\(figure\\|table\\)}" nil t)
+         (re-search-backward "\\\\begin@{\\(figure\\|table\\)@}" nil t)
          (setq command (match-string 1)))
     (let ((alist '(("chapter" . "chap")
                    ("section" . "sec")
@@ -2002,7 +2003,7 @@
 will be enclosed by section-type commands via @kbd{[prefix] S}.  An
 enclosing add-in function will be called with two arguments, beginning of
 the enclosed region and end of the region.  Suppose you want to enclose
-the existing text @code{(a+b)/c} by @code{\frac{}}.
+the existing text @code{(a+b)/c} by @code{\frac@{@}}.
 
 @display
 a/c
@@ -2014,7 +2015,7 @@
 @kbd{[prefix] S} and input @code{frac} enclose the region like this;
 
 @display
-\frac{a/c}
+\frac@{a/c@}
 @end display
 
 Normally, the expression @code{a/c} is translated to
@@ -2095,8 +2096,8 @@
   (catch 'done
     (while (search-forward "/" end t)
       (goto-char (match-beginning 0))
-      (if (y-or-n-p "Replace this slash(/) with `}{'")
-	  (throw 'done (replace-match "}{")))
+      (if (y-or-n-p "Replace this slash(/) with `@}@{'")
+	  (throw 'done (replace-match "@}@{")))
       (goto-char (match-end 0)))))
 @end lisp
 
Index: yatex/docs/yatexj.tex
===================================================================
--- yatex.orig/docs/yatexj.tex	2009-09-28 01:17:25.000000000 +0900
+++ yatex/docs/yatexj.tex	2009-09-28 01:18:41.000000000 +0900
@@ -1,6 +1,6 @@
 \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
-@setfilename yatexj
+@setfilename yatexj.info
 @settitle Yet Another tex-mode for Emacs
 
 @iftex
@@ -830,7 +830,7 @@
 @subsection ラベル自動生成
 @cindex ラベル自動生成[らへるしとうせいせい]
 
-  @code{\ref@{@}} や @code{\cite{@@}} マクロをsection型補完で入れた場合
+  @code{\ref@{@}} や @code{\cite@{@}} マクロをsection型補完で入れた場合
 参照先となり得るものを全て探してメニューにして選択できます。参照先には
 @code{\label@{@}}をつけておく必要はありません。もしあれば、そのラベルを
 使い、なければその場で参照先に@code{\label@{@}}を作らせてくれます。
@@ -2017,7 +2017,7 @@
 
 @defvar YaTeX-singlecmd-suffix
 全てのmaketitle型コマンドの補完入力直後に挿入する文字列。
-@code{"{}"} などがお勧め。
+@code{"@{@}"} などがお勧め。
 @end defvar
 
 @defvar YaTeX-package-alist-private
@@ -2046,12 +2046,12 @@
 @end defvar
 
 @defvar YaTeX-noindent-env-regexp
-別の環境内にあっても \begin{} が行頭から始まるべき環境名の正規表現。
+別の環境内にあっても \begin@{@} が行頭から始まるべき環境名の正規表現。
 verbatim環境などを指定する。
 @end defvar
 
 @defvar YaTeX-ref-default-label-string
-\ref{} のラベル補完でラベル未設定のものに自動的に生成する
+\ref@{@} のラベル補完でラベル未設定のものに自動的に生成する
 ラベル名の書式。strftime(3)関数に似た日付ベースで指定する。
 利用できる書式は以下のとおり。
 %y -> 西暦下二桁,  %b -> 月の英名,  %m -> 月(1〜12)
@@ -2062,7 +2062,7 @@
 @end defvar
 
 @defvar YaTeX-ref-generate-label-function
-\ref{}のラベル名自動生成のときに使う関数のシンボル。
+\ref@{@}のラベル名自動生成のときに使う関数のシンボル。
 デフォルトは標準の YaTeX::ref-generate-label 関数が割り当ててある。
 引数を2つ取る関数を定義して、この変数にセットするとその関数を呼んだ
 結果をデフォルトのラベル名候補とする。設定例:
@@ -2070,7 +2070,7 @@
   (setq YaTeX-ref-generate-label-function 'my-yatex-generate-label)
   (defun my-yatex-generate-label (command value)
     (and (string= command "caption")
-         (re-search-backward "\\\\begin{\\(figure\\|table\\)}" nil t)
+         (re-search-backward "\\\\begin@{\\(figure\\|table\\)@}" nil t)
          (setq command (match-string 1)))
     (let ((alist '(("chapter" . "chap")
                    ("section" . "sec")
Index: yatex/docs/yahtmle.tex
===================================================================
--- yatex.orig/docs/yahtmle.tex	2009-09-28 01:18:50.000000000 +0900
+++ yatex/docs/yahtmle.tex	2009-09-28 01:19:02.000000000 +0900
@@ -1,6 +1,6 @@
 \def\lang{eng} % -*- texinfo -*- for Texinfo V.3.1 
 \input texinfo
-@setfilename yahtmle
+@setfilename yahtmle.info
 @settitle Yet Another html-mode for Emacs
 
 @iftex
