emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-contrib 5eac8836f1 1/2: * lisp/ol-mew.el (org-mew-capt


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib 5eac8836f1 1/2: * lisp/ol-mew.el (org-mew-capture-guess-alist): Fix docstring format
Date: Thu, 14 Sep 2023 10:00:51 -0400 (EDT)

branch: elpa/org-contrib
commit 5eac8836f1eadaac9c6a67032b065c08c8e9b323
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ol-mew.el (org-mew-capture-guess-alist): Fix docstring format
---
 lisp/ol-mew.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/ol-mew.el b/lisp/ol-mew.el
index bae26857dc..adc77235eb 100644
--- a/lisp/ol-mew.el
+++ b/lisp/ol-mew.el
@@ -99,11 +99,12 @@ destination folders before capture."
   :type '(repeat string))
 
 (defcustom org-mew-capture-guess-alist nil
-  "Alist of the regular expression of the folder name and the capture
-template selection keys.
+  "Alist assigning folder name and the capture template key.
+
+The key in the alist is regular expression matching the folder name.
 
 For example,
-    '((\"^%emacs-orgmode$\" . \"o\")
+    \\='((\"^%emacs-orgmode$\" . \"o\")
       (\"\" . \"t\"))
 the messages in \"%emacs-orgmode\" folder will be captured with
 the capture template associated with \"o\" key, and any other



reply via email to

[Prev in Thread] Current Thread [Next in Thread]