comparison lisp/calendar/calendar.el @ 69183:08af43fa19d8

(calendar-holidays): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Mon, 27 Feb 2006 09:19:11 +0000
parents 3d624f4184ec
children 86b7b0805645 5754737d1e04
comparison
equal deleted inserted replaced
69182:2a047b490abd 69183:08af43fa19d8
1188 Additional holidays are easy to add to the list, just put them in the 1188 Additional holidays are easy to add to the list, just put them in the
1189 list `other-holidays' in your .emacs file. Similarly, by setting any 1189 list `other-holidays' in your .emacs file. Similarly, by setting any
1190 of `general-holidays', `local-holidays' `christian-holidays', 1190 of `general-holidays', `local-holidays' `christian-holidays',
1191 `hebrew-holidays', `islamic-holidays', `bahai-holidays', 1191 `hebrew-holidays', `islamic-holidays', `bahai-holidays',
1192 `oriental-holidays', or `solar-holidays' to nil in your .emacs file, 1192 `oriental-holidays', or `solar-holidays' to nil in your .emacs file,
1193 you can eliminate unwanted categories of holidays. The intention is 1193 you can eliminate unwanted categories of holidays.
1194 that (in the US) `local-holidays' be set in site-init.el and 1194
1195 `other-holidays' be set by the user. 1195 Note that these variables are only used to initialize the default
1196 value of `calendar-holidays'. In other words, they only have an
1197 effect on the displayed holidays if set before the calendar is
1198 loaded. After the calendar has been loaded, you must customize
1199 `calendar-holidays' directly.
1200
1201 The intention is that (in the US) `local-holidays' be set in
1202 site-init.el and `other-holidays' be set by the user.
1196 1203
1197 Entries on the list are expressions that return (possibly empty) lists of 1204 Entries on the list are expressions that return (possibly empty) lists of
1198 items of the form ((month day year) string) of a holiday in the in the 1205 items of the form ((month day year) string) of a holiday in the in the
1199 three-month period centered around `displayed-month' of `displayed-year'. 1206 three-month period centered around `displayed-month' of `displayed-year'.
1200 Several basic functions are provided for this purpose: 1207 Several basic functions are provided for this purpose: