aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 13:54:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 15:03:49 +0200
commiteacb5dc4871aadac965024aeab06f48362abba47 (patch)
tree037820fb7b87e462f9a3387b371f79c33e15e3b9
parent93ab9a5d76b8b84afd6823e2cdd1f62c9e6284f2 (diff)
downloadguix-eacb5dc4871aadac965024aeab06f48362abba47.tar
guix-eacb5dc4871aadac965024aeab06f48362abba47.tar.gz
gnu: emacs-mu4e-conversation: Fix typo in description.
* gnu/packages/emacs.scm (emacs-mu4e-conversation)[description]: Fix 'correspondant' typo.
-rw-r--r--gnu/packages/emacs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc019cf241..977f0c99b8 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.")