From 3981f5412f3cf84097f93fad56a0a01feaf6d9c2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Thu, 27 Nov 2014 10:19:34 +0100 Subject: [PATCH] documentation fix --- mu4e/mu4e-mark.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index ced6939b..88188d9c 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -258,9 +258,8 @@ The following marks are available, and the corresponding props: (defun mu4e~mark-get-move-target (&optional target) - "Mark message at point or, if region is active, all messages in -the region, for moving to maildir TARGET. If target is not -provided, function asks for it." + "Ask for a move target, and propose to create it if it does not exist. If TARGET is provided, +this function merely checks the validity of the move." (interactive) ;; (mu4e-message-at-point) ;; raises error if there is none (let* ((target (or target (mu4e-ask-maildir "Move message to: ")))