From 7273473e6b24d78c0ee1de19bf983ec31e618a07 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 1 Oct 2015 13:51:13 +0200 Subject: [PATCH] ox-icalendar: Fix a docstring * lisp/ox-icalendar.el (org-icalendar-exclude-tags): Fix docstring. Reported-by: james@jamestechnotes.com --- lisp/ox-icalendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index aefddf8ba..b31e882cf 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -77,7 +77,7 @@ for timed events. If non-zero, alarms are created. (defcustom org-icalendar-exclude-tags nil "Tags that exclude a tree from export. This variable allows to specify different exclude tags from other -back-ends. It can also be set with the ICAL_EXCLUDE_TAGS +back-ends. It can also be set with the ICALENDAR_EXCLUDE_TAGS keyword." :group 'org-export-icalendar :type '(repeat (string :tag "Tag")))