Fix typo / grammar in mu4e-html2text-command doc

This commit is contained in:
Stig Brautaset
2016-11-21 22:59:24 +00:00
parent 1494923472
commit 786e02c67f

View File

@ -51,8 +51,8 @@ function).
In both cases, the output is expected to be in UTF-8 encoding. In both cases, the output is expected to be in UTF-8 encoding.
Newer emacs has the shr renderer, and when its available, Newer emacs has the shr renderer, and when it's available
conversion defaults `mu4e-shr2text'; otherwise, the default is conversion defaults to `mu4e-shr2text'; otherwise, the default is
emacs' built-in `html2text' function." emacs' built-in `html2text' function."
:type '(choice string function) :type '(choice string function)
:group 'mu4e-view) :group 'mu4e-view)