From dafcd7ee31c0ce5d103347d66df605771ac4d89a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 18 Jun 2001 04:35:05 +0000 Subject: [PATCH] * gnus-ja.texi (Web newspaper): Untabify the Lisp form. --- texi/gnus-ja.texi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 52bd2d2..98aadae 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -12758,10 +12758,10 @@ an_egroup RET egroups RET www.egroups.comRET your@@email.address RET}。 まとめられていますが、それが各グループ毎に持つことができる値はプロパティ リストで、例えば次のような値です。 -@example - '(index-range all prefetch-articles off encapsulate-images on - expiry-wait 6) -@end example +@lisp +'(index-range all prefetch-articles off encapsulate-images on + expiry-wait 6) +@end lisp 実際にはこのようなリストの先頭に @code{nnshimbun-group-parameters} とい うシンボルが付加されたものが、``~/.newsrc.eld'' ファイルに記録されます。 @@ -12897,7 +12897,6 @@ an_egroup RET egroups RET www.egroups.comRET your@@email.address RET}。 プ名だけが与えられるのに、です。一つ例を挙げましょう。 @lisp -@c We should untabify the following to keep the correct indentations. (setq nnmail-expiry-wait-function (lambda (group) (cond ((string-equal group "wl") 7) -- 1.7.10.4