mu4e: minor docstring fix for `mu4e-index-update-in-background'

This commit is contained in:
djcb
2016-03-14 23:00:14 +02:00
parent 80e5b85845
commit 6dd3d60402

View File

@ -84,7 +84,8 @@ already retrieved in another way."
:safe 'booleanp) :safe 'booleanp)
(defcustom mu4e-index-update-in-background t (defcustom mu4e-index-update-in-background t
"Whether run in background for automatic mail retrieval" "Whether to run the automatic mail retrieval in the
background."
:type 'boolean :type 'boolean
:group 'mu4e :group 'mu4e
:safe 'booleanp) :safe 'booleanp)