From: yamaoka Date: Mon, 18 Jun 2001 04:35:05 +0000 (+0000) Subject: * gnus-ja.texi (Web newspaper): Untabify the Lisp form. X-Git-Tag: t-gnus-6_15_4-02-quimby-last-~20 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafcd7ee31c0ce5d103347d66df605771ac4d89a;p=elisp%2Fgnus.git- * gnus-ja.texi (Web newspaper): Untabify the Lisp form. --- 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)