From d07c89c2d7f8035ce847ebda9d9180890221738e Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 21 Jan 2002 13:19:14 +0000 Subject: [PATCH] Fix example of wl-template-alist. --- doc/wl-ja.texi | 2 +- doc/wl.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)} -- 1.7.10.4