From dc950838e096784a1943d5f80ab9d152c8b593df Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 30 Dec 2002 01:21:08 +0000 Subject: [PATCH] Fix docstring. --- elmo/elmo-imap4.el | 2 +- wl/wl-draft.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index f0d1f7a..2eba4d6 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -245,7 +245,7 @@ Debug information is inserted in the buffer \"*IMAP4 DEBUG*\"") matched)) (defmacro elmo-imap4-response-error-text (response) - "Returns text of NO, BAD, BYE, response." + "Returns text of NO, BAD, BYE response." (` (nth 1 (or (elmo-imap4-response-value (, response) 'no) (elmo-imap4-response-value (, response) 'bad) (elmo-imap4-response-value (, response) 'bye))))) diff --git a/wl/wl-draft.el b/wl/wl-draft.el index adeb247..b67a77e 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -81,7 +81,7 @@ This variable is local in each draft buffer. You can refer its value in `wl-draft-config-alist'. e.g. -\(setq wl-draft-config-alist +(setq wl-draft-config-alist '(((string-match \".*@domain1$\" wl-draft-parent-folder) (\"From\" . \"user@domain1\")) ((string-match \".*@domain2$\" wl-draft-parent-folder) -- 1.7.10.4