nckx pushed a commit to branch master
in repository guix.

commit eacb5dc4871aadac965024aeab06f48362abba47
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Fri Sep 21 13:54:32 2018 +0200

    gnu: emacs-mu4e-conversation: Fix typo in description.
    
    * gnu/packages/emacs.scm (emacs-mu4e-conversation)[description]:
    Fix 'correspondant' typo.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc019cf..977f0c9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11705,8 +11705,8 @@ file.")
       (synopsis
        "Show a complete thread in a single buffer")
       (description
-       "This package offers an alternate view to mu4e e-mail display.  It
-shows all e-mails of a thread in a single view, where each correspondant has
+       "This package offers an alternate view to mu4e's e-mail display.  It
+shows all e-mails of a thread in a single view, where each correspondent has
 their own face.  Threads can be displayed linearly (in which case e-mails are
 displayed in chronological order) or as an Org document where the node tree
 maps the thread tree.")

Reply via email to