From 786e02c67fe94f4d087fc064f0ce8c95322d8bfd Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Mon, 21 Nov 2016 22:59:24 +0000 Subject: [PATCH] Fix typo / grammar in mu4e-html2text-command doc --- mu4e/mu4e-message.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-message.el b/mu4e/mu4e-message.el index c3e98cd5..e91ef403 100644 --- a/mu4e/mu4e-message.el +++ b/mu4e/mu4e-message.el @@ -51,8 +51,8 @@ function). In both cases, the output is expected to be in UTF-8 encoding. -Newer emacs has the shr renderer, and when its available, -conversion defaults `mu4e-shr2text'; otherwise, the default is +Newer emacs has the shr renderer, and when it's available +conversion defaults to `mu4e-shr2text'; otherwise, the default is emacs' built-in `html2text' function." :type '(choice string function) :group 'mu4e-view)