Procházet zdrojové kódy

ox-icalendar.el (org-icalendar-use-scheduled): Fix typo

* ox-icalendar.el (org-icalendar-use-scheduled): Fix typo.
Bastien Guerry před 11 roky
rodič
revize
096c9e8b71
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      lisp/ox-icalendar.el

+ 2 - 1
lisp/ox-icalendar.el

@@ -101,7 +101,8 @@ This is a list with several symbols in it.  Valid symbol are:
 (defcustom org-icalendar-use-scheduled '(todo-start)
   "Contexts where iCalendar export should use a scheduling time stamp.
 
-This is a list with several symbols in it.  Valid symbol are:
+This is a list with possibly several symbols in it.  Valid symbols are:
+
 `event-if-todo'       Scheduling time stamps in TODO entries become an event.
 `event-if-not-todo'   Scheduling time stamps in non-TODO entries become an event.
 `todo-start'          Scheduling time stamps in TODO entries become start date.