From: yoichi Date: Mon, 21 Jan 2002 13:19:14 +0000 (+0000) Subject: Fix example of wl-template-alist. X-Git-Tag: wl-2_9_6~25 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07c89c2d7f8035ce847ebda9d9180890221738e;p=elisp%2Fwanderlust.git Fix example of wl-template-alist. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 8e07d61..5d6b555 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4106,7 +4106,7 @@ Non-nil ならメッセージバッファで長い行の折り返しをしません。 (setq wl-template-alist '(("default" ("From" . wl-from) - ("Organization" . "~/.wl sample") + ("Organization" . "組織名") (body . " ○○です。\n")) ("report" (template . "default") ;; @r{(a)} diff --git a/doc/wl.texi b/doc/wl.texi index 8e5bcbf..5c970f9 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4140,7 +4140,7 @@ The format of @code{wl-template-alist} is almost the same as (setq wl-template-alist '(("default" ("From" . wl-from) - ("Organization" . "~/.wl sample") + ("Organization" . "Example Co.Ltd.") (body . "Hello.\n")) ("report" (template . "default") ;; @r{(a)}