Fix parentheses grouping typo

This commit is contained in:
Allen 2016-10-25 23:37:34 -07:00 committed by GitHub
parent 87ab21702e
commit 779b50f0f0
1 changed files with 2 additions and 2 deletions

View File

@ -298,9 +298,9 @@ Also see `mu4e-compose-context-policy'."
(const :tag "Ask if none of the contexts match" 'ask)
(const :tag "Ask when there's no context yet" 'ask-if-none)
(const :tag "Pick the first context if none match" 'pick-first)
(const :tag "Don't change the context when none match" nil)
(const :tag "Don't change the context when none match" nil))
:safe 'symbolp
:group 'mu4e))
:group 'mu4e)
;; crypto