branch: externals/org
commit 282c0fb6d1d2e6289a5b535a7ee9888f845b760b
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    lisp/ox-icalendar.el (org-icalendar--vtodo): Document CLASS argument
---
 lisp/ox-icalendar.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index 0bcd19e16a..5b2011b55c 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -841,9 +841,10 @@ Return VEVENT component as a string."
 ENTRY is either a headline or an inlinetask element.  UID is the
 unique identifier for the task.  SUMMARY defines a short summary
 or subject for the task.  LOCATION defines the intended venue for
-the task.  DESCRIPTION provides the complete description of the
-task.  CATEGORIES defines the categories the task belongs to.
-TIMEZONE specifies a time zone for this TODO only.
+the task.  CLASS sets the task class (e.g. confidential).  DESCRIPTION
+provides the complete description of the task.  CATEGORIES defines the
+categories the task belongs to.  TIMEZONE specifies a time zone for
+this TODO only.
 
 Return VTODO component as a string."
   (let* ((sc (and (memq 'todo-start org-icalendar-use-scheduled)

Reply via email to