ソースを参照

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

* ox-icalendar.el (org-icalendar-use-scheduled): Fix typo.
Bastien Guerry 11 年 前
コミット
096c9e8b71
1 ファイル変更2 行追加1 行削除
  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.