From 4bca0d0739ea4a00602cc88eede2e02c9675687a Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 23 Dec 2015 21:26:21 +0200 Subject: [PATCH] mu4e: improve documentation for mailing-lists And fix a typo. --- mu4e/mu4e-lists.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index 96029e60..f95add75 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -1,6 +1,6 @@ ;;; mu4e-lists.el -- part of mu4e, the mu mail user agent ;; -;; Copyright (C) 2011-2012 Dirk-Jan C. Binnema +;; Copyright (C) 2011-2015 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema @@ -79,15 +79,15 @@ ("wl-en.ml.gentei.org" . "WdrLust") ("xapian-devel.lists.xapian.org" . "Xapian") ("zsh-users.zsh.org" . "ZshUsr")) - "AList of mailing lists id -> shortname") + "AList of cells (MAILING-LIST-ID . SHORTNAME)") (defvar mu4e-user-mailing-lists nil - "A list of (MAILING-LIST-ID . SHORTNAME); these are used in -addition to the 'built-in' list `mu4e~user-lists'.") + "An alist with cells (MAILING-LIST-ID . SHORTNAME); these are +used in addition to the built-in list `mu4e~mailing-lists'.") (defvar mu4e-mailing-list-patterns nil - "A list of regex patterns to capture a shortname out of a list ID. For -the first regex that matches, its first matchgroup will be used as the -shortname.") + "A list of regex patterns to capture a shortname out of a list +ID. For the first regex that matches, its first matchgroup will +be used as the shortname.") (provide 'mu4e-lists)