From e5a1d5abed31b7afa79249e161938c540fdd0f27 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 2 Aug 2003 16:52:02 +0000 Subject: [PATCH] Fix doc --- wl/wl-vars.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 0ddc1d7..b64ba3b 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -340,49 +340,49 @@ If nil, never search search parent by subject." wl-summary-register-target-mark nil wl-highlight-summary-temp-face - "put target mark.") + "Put target mark.") ("d" dispose nil wl-summary-register-temp-mark wl-summary-exec-action-dispose wl-highlight-summary-disposed-face - "dispose messages according to `wl-dispose-folder-alist'.") + "Dispose messages according to `wl-dispose-folder-alist'.") ("D" delete nil wl-summary-register-temp-mark wl-summary-exec-action-delete wl-highlight-summary-deleted-face - "delete messages immediately.") + "Delete messages immediately.") ("o" refile wl-summary-get-refile-destination wl-summary-set-action-refile wl-summary-exec-action-refile wl-highlight-summary-refiled-face - "refile messages to the other folder.") + "Refile messages to the other folder.") ("O" copy wl-summary-get-copy-destination wl-summary-register-temp-mark wl-summary-exec-action-copy wl-highlight-summary-copied-face - "copy messages to the other folder.") + "Copy messages to the other folder.") ("i" prefetch nil wl-summary-register-temp-mark wl-summary-exec-action-prefetch wl-highlight-summary-prefetch-face - "prefetch messages.") + "Prefetch messages.") ("~" resend wl-summary-get-resend-address wl-summary-register-temp-mark wl-summary-exec-action-resend wl-highlight-summary-resend-face - )) + "Resend messages.")) "A variable to define Mark & Action. Each element of the list should be a list of \(MARK @@ -390,7 +390,8 @@ Each element of the list should be a list of ARGUMENT-FUNCTION SET-MARK-FUNCTION EXEC-FUNCTION - FACE) + FACE + DOC-STRING) MARK is a temporal mark string to define. SYMBOL is an action name to define. -- 1.7.10.4