* s/mu4e-attachments-actions/mu4e-attachment-actions/

This commit is contained in:
djcb
2012-04-21 10:35:30 +03:00
parent ada52dfe80
commit 4a830a8e34
3 changed files with 4 additions and 4 deletions

View File

@ -395,7 +395,7 @@ point in eiter the headers buffer or the view buffer."
(plist-get (mu4e-message-at-point t) field))
(defun mu4e-choose-action (prompt actions)
"Ask user with PROMPT to choose some action from ACTIONS. ACTIONS
"Ask user with PROMPT to choose some action from ACTIONS. ACTIONS
is a list of actions like `mu4e-view-attachment-actions',
`mu4e-view-actions', `mu4e-header-actions'. Returns the
action (function) to invoke, or nil. "