Synch up with main trunk.
authorteranisi <teranisi>
Thu, 24 Jul 2003 01:57:08 +0000 (01:57 +0000)
committerteranisi <teranisi>
Thu, 24 Jul 2003 01:57:08 +0000 (01:57 +0000)
wl/ChangeLog
wl/wl-draft.el

index 042e5bc..21c85ec 100644 (file)
        (wl-archive-folder): Ditto.
        All other related portions are changed.
 
+2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
+       mean move up and down. (suggested by Takashi Kawachi)
+
 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-acap.el (toplevel): Don't require un-define.
index c9aded1..b75cccf 100644 (file)
@@ -1286,7 +1286,7 @@ This variable is valid when `wl-interactive-send' has non-nil value."
                (goto-char (point-min)) ; to show recipients in header
                (catch 'done
                  (while t
-                   (message "Send current draft? <y/n/j(up)/k(down)> ")
+                   (message "Send current draft? <y/n/j(down)/k(up)> ")
                    (setq answer (let ((cursor-in-echo-area t)) (read-char)))
                    (cond
                     ((or (eq answer ?y)