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 WURLencode,  , QƂւ̕ύX, Changing and Deleting
 @comment  node-name,  next,  previous,  up
 @section WURLencode
-@table
+@table @kbd
  @item [prefix] #
 	@dots{} w肵̈ URLencode ׂ΂
         GR[h\LɒuB
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")
@@ -2001,7 +2002,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
@@ -2013,7 +2014,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
@@ -2094,8 +2095,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 x
 @cindex x[ւ邵Ƃ]
 
-  @code{\ref@{@}}  @code{\cite{@@}} }Nsection^⊮œꂽꍇ
+  @code{\ref@{@}}  @code{\cite@{@}} }Nsection^⊮œꂽꍇ
 QƐƂȂ蓾̂SĒTăj[ɂđIł܂BQƐɂ
 @code{\label@{@}}ĂKv͂܂B΁Ãx
 gAȂ΂̏ŎQƐ@code{\label@{@}}点Ă܂B
@@ -2017,7 +2017,7 @@
 
 @defvar YaTeX-singlecmd-suffix
 SĂmaketitle^R}h̕⊮͒ɑ}镶B
-@code{"{}"} Ȃǂ߁B
+@code{"@{@}"} Ȃǂ߁B
 @end defvar
 
 @defvar YaTeX-package-alist-private
@@ -2046,12 +2046,12 @@
 @end defvar
 
 @defvar YaTeX-noindent-env-regexp
-ʂ̊ɂĂ \begin{} sn܂ׂ̐K\B
+ʂ̊ɂĂ \begin@{@} sn܂ׂ̐K\B
 verbatimȂǂw肷B
 @end defvar
 
 @defvar YaTeX-ref-default-label-string
-\ref{} ̃x⊮Ńxݒ̂̂ɎIɐ
+\ref@{@} ̃x⊮Ńxݒ̂̂ɎIɐ
 x̏Bstrftime(3)֐Ɏtx[XŎw肷B
 pł鏑͈ȉ̂ƂB
 %y -> ,  %b -> ̉p,  %m -> (1`12)
@@ -2062,7 +2062,7 @@
 @end defvar
 
 @defvar YaTeX-ref-generate-label-function
-\ref{}̃x̂ƂɎg֐̃V{B
+\ref@{@}̃x̂ƂɎg֐̃V{B
 ftHg͕W YaTeX::ref-generate-label ֐蓖ĂĂB
 2֐`āA̕ϐɃZbgƂ̊֐Ă
 ʂftHg̃xƂBݒ:
@@ -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
