Fix docstring.
authorkaoru <kaoru>
Mon, 30 Dec 2002 01:21:08 +0000 (01:21 +0000)
committerkaoru <kaoru>
Mon, 30 Dec 2002 01:21:08 +0000 (01:21 +0000)
elmo/elmo-imap4.el
wl/wl-draft.el

index f0d1f7a..2eba4d6 100644 (file)
@@ -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)))))
index adeb247..b67a77e 100644 (file)
@@ -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)