(Posting Styles): Fixed.
authorueno <ueno>
Tue, 10 Sep 2002 01:27:17 +0000 (01:27 +0000)
committerueno <ueno>
Tue, 10 Sep 2002 01:27:17 +0000 (01:27 +0000)
texi/gnus-ja.texi
texi/gnus.texi

index 9fcc617..e7c4a01 100644 (file)
@@ -10630,10 +10630,13 @@ from date id references chars lines xref extra \e$B$N3F%X%C%@!<$+$i@.$k%Y%/\e(B
 \e$B$5$s$N%a!<%j%s%0%j%9%H$K;22C$7$F$$$k>l9g$KJXMx$G$7$g$&!#\e(B
 
 \e$BJQ?t\e(B @code{gnus-named-posting-styles} \e$B$r@_Dj$9$k$3$H$G!"$h$/MxMQ$9$kEj9F\e(B
-\e$BMM<0$KL>A0$r$D$1$k$3$H$,$G$-$^$9!#$=$l$OL>A0$HG$0U$NNL$NB0@-$+$i$J$kO"A[\e(B
-\e$B%j%9%H$G$9!#\e(B@code{gnus-posting-styles} \e$B$K4^$^$l$kB0@-L>$,\e(B @code{import} 
-\e$B$@$C$?$i!"$=$NB0@-CM$+$i\e(B @code{gnus-named-posting-styles} \e$B$r0z$$$FF@$i$l\e(B
-\e$B$?Dj7?$NB0@-$r<h$j9~$_$^$9!#\e(B
+\e$BMM<0$KL>A0$r$D$1$i$l$^$9!#35N,%P%C%U%!$G\e(B @kbd{S P} \e$B$H$9$k$3$H$G!"Ej9F;~\e(B
+\e$B$KG$0U$NMM<0$rA*Br$7$^$9!#\e(B@code{gnus-named-posting-styles} \e$B$OL>A0$HMM<0\e(B
+\e$B$+$i$J$kO"A[%j%9%H$G$9!#\e(B@code{gnus-posting-styles} \e$B$K4^$^$l$kB0@-L>$,\e(B 
+@code{import} \e$B$@$C$?$i!"$=$NCM$G\e(B @code{gnus-named-posting-styles} \e$B$r0z$$\e(B
+\e$B$F!"B0@-CM$r$=$3$KE83+$7$^$9!#\e(B
+
+\e$B$3$l$ONc$G$9\e(B:
 
 @lisp
 (setq gnus-named-posting-styles
@@ -10642,14 +10645,13 @@ from date id references chars lines xref extra \e$B$N3F%X%C%@!<$+$i@.$k%Y%/\e(B
          (name "User Name")
          ("X-Home-Page" (getenv "WWW_HOME"))
          (organization "People's Front Against MWM"))
-       ("Emacs"
-        (import "Default")
-        (organization "The Church of Emacs"))))
+        ("Emacs"
+         (import "Default")
+         (organization "The Church of Emacs"))))
 @end lisp
 
 "Emacs" \e$B$HL>IU$1$i$l$?MM<0$O!"\e(B@code{organization} \e$B0J30$NB0@-$r\e(B "Default" 
-\e$B$+$i0z$-7Q$.$^$9!#35N,%P%C%U%!$G\e(B @kbd{S P} \e$B$H$9$k$3$H$G!"Ej9F$N:]$KG$0U\e(B
-\e$B$NMM<0$rA*Br$9$k$3$H$b$G$-$^$9!#\e(B
+\e$B$+$i0z$-7Q$.$^$9!#\e(B
 
 
 @node Drafts
index 853786d..5b20421 100644 (file)
@@ -11137,11 +11137,12 @@ The @samp{nnml:.*} rule means that you use the @code{To} address as the
 if you fill many roles.
 
 Setting the @code{gnus-named-posting-styles} variable will make
-posting-styles allow to have distinctive names.
-@code{gnus-named-posting-styles} is an alist which maps the names to
-styles.  Once a posting-style is added to the alist, we can import it
-from @code{gnus-posting-styles}.  If an attribute whose name is
-@code{import} is found, Gnus will look for the attribute value in
+posting-styles allow to have distinctive names.  You can specify an
+arbitrary posting-style when article posting with @kbd{S P} in the
+summary buffer.  @code{gnus-named-posting-styles} is an alist which maps
+the names to styles.  Once a posting-style is added to the alist, we can
+import it from @code{gnus-posting-styles}.  If an attribute whose name
+is @code{import} is found, Gnus will look for the attribute value in
 @code{gnus-named-posting-styles} and expand it in place.
 
 Here's an example:
@@ -11159,8 +11160,7 @@ Here's an example:
 @end lisp
 
 The posting-style named "Emacs" will inherit all the attributes from
-"Default" except @code{organization}.  You can specify an arbitrary
-posting-style when article posting with @kbd{S P} in the summary buffer.
+"Default" except @code{organization}.
 
 
 @node Drafts