From 75eda5b66f9e0ba075712dc677fc27a706f28986 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 16 Sep 2004 16:52:53 +0000 Subject: [PATCH] (wl-summary-move-order): update mark string --- wl/wl-vars.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 1fcef46..fe95b9d 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2156,8 +2156,8 @@ even if the value of this option is set to nil. Here are some samples: (defcustom wl-summary-move-order 'unread "*The order of priority when move in summary mode. -If this variable is `unread', precede \"U\", \"!\", \"N\" mark. -If this variable is `new', precede \"N\" mark." +If this variable is `unread', precede \"U\", \"u\", \"N\", \"n\" mark. +If this variable is `new', precede \"N\", \"n\" mark." :type '(radio (const new) (const unread)) :group 'wl-summary -- 1.7.10.4