branch: elpa/org-contrib commit 5eac8836f1eadaac9c6a67032b065c08c8e9b323 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@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