From b7e90cb14585fe3ec02545ee6cc3edae41fd4906 Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 17 Sep 2004 13:40:48 +0000 Subject: [PATCH] Fix typo. --- wl/wl-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 23865ab..cd3daaf 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3743,7 +3743,7 @@ Return non-nil if the mark is updated" Basically, it shows next line of the message. If optional argument ARG is specified, behave as followed. If ARG is number, jump to the message. -Otherwise it shows previous line of th message." +Otherwise it shows previous line of the message." (interactive "P") (cond ((numberp arg) (unless (wl-thread-jump-to-msg arg) -- 1.7.10.4