From 76e0a79d87aa283cfb79eabf08cd20801f7f35a3 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 7 Sep 2021 11:54:04 +0200 Subject: [PATCH] mu4e-list: fix typo --- mu4e/mu4e-lists.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index fa7333f4..726eb00e 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -88,7 +88,7 @@ (defcustom mu4e-user-mailing-lists nil "An alist with cells (MAILING-LIST-ID . SHORTNAME). -These are used in addition to the built-in list `mu4e~mailing-lists'." +These are used in addition to the built-in list `mu4e-mailing-lists'." :group 'mu4e-headers :type '(repeat (cons string string)))