From d0d5a025438dbbd9e16b63ab874927f20fe97bb5 Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 3 Jun 2002 19:43:34 +0000 Subject: [PATCH] Fixed broken @group nest. --- doc/wl-ja.texi | 19 ++++++++++--------- doc/wl.texi | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index c7458ce..a537eff 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -2226,11 +2226,12 @@ argument $B$NCM$,@5$J$i%U%)%k%@$rHsI=<(!"Ii$J$iI=<(!"(B0$B$J$i%H%0%k$7$^$9!# $B%"%/%;%9%0%k!<%WFb$G$b:o=|$dA^F~$r9T$($^$9!#$H$$$C$F$b$C$F!"(BWanderlust $B0J30$G%U%)%k%@$rJQ99$7$?>l9g!"$=$N%U%)(B -$B%k%@$r$C$F!"(BWanderlust $B0J30$G%U%)%k%@$rJQ99$7$?>l9g!"$=$N%U%)%k%@$r(B} (setq wl-summary-line-format "%n%T%P%M/%D(%W) %t%[%17(%c %f%) %] %s") -@end lisp @end group +@end lisp $B?t;z$O7e?t$rI=$7$^$9(B($BIi$N?t$N>l9g!"1&5M$a$K$J$j$^$9(B) @@ -2910,8 +2911,8 @@ Non-nil $B$G$"$l$P%U%)%k%@$K0\F0$7$?;~$K:G=i$N%a%C%;!<%8$r<+F0E*$K@hFI$_$7$^$9! %C [+$B;R$N?t(B] ($B%9%l%C%I$r3+$$$?;~$N$_I=<((B) %T $B0l;~E*%^!<%/(B($BI,?\(B) %P $B1JB3E*%^!<%/(B($BI,?\(B) -@end example @end group +@end example @code{wl-summary-line-format} $B$K$O!$0l;~E*%^!<%/(B(@samp{%T}) $B$H1JB3E*%^!<(B $B%/(B(@samp{%P})$B$O$=$l$>$lI,$:4^$a$J$1$l$P$J$j$^$;$s!#$^$?!"$3$l$i$O!"I,$:(B @@ -4761,7 +4762,7 @@ Non-nil $B$J$i%K%e!<%9Ej9F;~$K(B SSL $B$rMxMQ$7$^$9!#(B @vindex wl-nntp-posting-config-alist $B=i4|@_Dj$O(B @code{nil}$B!#(B $B%K%e!<%9Ej9F;~$N%5!<%PA*BrJ}K!$r@_Dj$7$^$9!#(B -@code{wl-nntp-posting-{server|user|port|function}}$B$h$jM%@h$5$l$^$9!#(B +@code{wl-nntp-posting-@{server|user|port|function@}}$B$h$jM%@h$5$l$^$9!#(B @item wl-pop-before-smtp-user @vindex wl-pop-before-smtp-user @@ -6915,7 +6916,7 @@ face $B$N@_Dj$O(B @file{.emacs} $B$K=q$/$3$H$O$G$-$J$$$N$G(B @file{~/.wl} $ @end lisp $B?F%a%C%;!<%8$K(B @samp{Mail-Followup-To} $B%U%#!<%k%I$,B8:_$7$?$H$-$K%^%C%A$7$^$9!#(B -$B?F%a%C%;!<%8$N(B @samp{Mail-Followup-To} $B$*$h$S(B @samp{Newsgroups} +$B?F%a%C%;!<%8$N(B @samp{Mail-Followup-To} $B$*$h$S(B @samp{Newsgroups} $B%U%#!<%k%I$NFbMF$r!"Ap9F$N(B @samp{To} $B$*$h$S(B @samp{Newsgroups} $B$K%3%T!<$7$^$9!#(B @lisp diff --git a/doc/wl.texi b/doc/wl.texi index 2f90f98..566331e 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -2897,8 +2897,8 @@ An example follows. ;; @r{number temporary-mark persistent-mark date branch} ;; @r{[ (number-of-children) sender ] subject} (setq wl-summary-line-format "%n%T%P%M/%D(%W) %t%[%17(%c %f%) %] %s") -@end lisp @end group +@end lisp Where the number set the column number of the field (for negative value, filled from right) @@ -2925,8 +2925,8 @@ are displayed in the following list. %C [+number-of-children] (display only for opened thread) %T temporary mark (mandatory) %P persistent mark (mandatory) -@end example @end group +@end example @code{wl-summary-line-format} must contain temporary mark (@samp{%T}) and persistent mark (@samp{%P}). Furthermore, these marks must appear at -- 1.7.10.4