documentation fix

This commit is contained in:
Jean-Philippe Bernardy
2014-11-27 10:19:34 +01:00
parent ad8488368b
commit 3981f5412f

View File

@ -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: ")))