From 86e9700946ef4199d75c5feb23af2d5b7260a365 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 31 Jul 2004 17:14:13 +0000 Subject: [PATCH] enclose group by example (apply patch from Kitamoto Tsuyoshi) --- doc/wl-ja.texi | 4 +++- doc/wl.texi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index fbb785e..fd532a9 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -7405,9 +7405,11 @@ overview 情報に含まれないフィールドを検査の対象とする場合、 @code{wl-batch-prefetch-folder-list} にプリフェッチを行うフォルダを 指定してコマンドラインから以下のようにするとプリフェッチを行います。 +@example @group -emacs -batch -l wl-batch -f wl-batch-prefetch +% emacs -batch -l wl-batch -f wl-batch-prefetch @end group +@end example @section カスタマイズ変数 diff --git a/doc/wl.texi b/doc/wl.texi index 4a73c1c..0bba1e6 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -7420,9 +7420,11 @@ For now, you can invoke prefetching new messages in specified folders. Specify target folders in @code{wl-batch-prefetch-folder-list} then invoke as follows to execute prefetching: +@example @group -emacs -batch -l wl-batch -f wl-batch-prefetch +% emacs -batch -l wl-batch -f wl-batch-prefetch @end group +@end example @section Customize Variables -- 1.7.10.4