documentation fix

This commit is contained in:
Jean-Philippe Bernardy 2014-11-27 10:19:34 +01:00
parent ad8488368b
commit 3981f5412f
1 changed files with 2 additions and 3 deletions

View File

@ -258,9 +258,8 @@ The following marks are available, and the corresponding props:
(defun mu4e~mark-get-move-target (&optional target) (defun mu4e~mark-get-move-target (&optional target)
"Mark message at point or, if region is active, all messages in "Ask for a move target, and propose to create it if it does not exist. If TARGET is provided,
the region, for moving to maildir TARGET. If target is not this function merely checks the validity of the move."
provided, function asks for it."
(interactive) (interactive)
;; (mu4e-message-at-point) ;; raises error if there is none ;; (mu4e-message-at-point) ;; raises error if there is none
(let* ((target (or target (mu4e-ask-maildir "Move message to: "))) (let* ((target (or target (mu4e-ask-maildir "Move message to: ")))