aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/icalendar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 8881796c94b..784881e4012 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -250,6 +250,7 @@ on the current day and continues for the number of days given here.
250 250
251See `icalendar-export-sexp-enumerate-all' for a list of sexp 251See `icalendar-export-sexp-enumerate-all' for a list of sexp
252entries which by default are NOT enumerated." 252entries which by default are NOT enumerated."
253 :version "24.5"
253 :type 'integer 254 :type 'integer
254 :group 'icalendar) 255 :group 'icalendar)
255 256
@@ -262,6 +263,7 @@ translating into an icalendar equivalent. This affects the
262following sexp diary entries: `diary-anniversary', 263following sexp diary entries: `diary-anniversary',
263`diary-cyclic', `diary-date', `diary-float',`diary-block'. All 264`diary-cyclic', `diary-date', `diary-float',`diary-block'. All
264other sexp entries are enumerated in any case." 265other sexp entries are enumerated in any case."
266 :version "24.5"
265 :type 'boolean 267 :type 'boolean
266 :group 'icalendar) 268 :group 'icalendar)
267 269