# HG changeset patch # User Glenn Morris # Date 1141978233 0 # Node ID 53ca33e3b6a5d5a49d291eee019cda5fc0131b2e # Parent a685fca1ccb6ec7eb9239e6c3b92404172b514b7 (calendar-holidays): Make previous doc-fix less passive. diff -r a685fca1ccb6 -r 53ca33e3b6a5 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Fri Mar 10 08:10:24 2006 +0000 +++ b/lisp/calendar/calendar.el Fri Mar 10 08:10:33 2006 +0000 @@ -1195,12 +1195,12 @@ The aforementioned variables control the holiday choices offered by the function `list-holidays' when it is called interactively. -They are also used to initialize the default value of -`calendar-holidays', which is the default list of holidays used -by the function `list-holidays' in the non-interactive case. -Note that these variables have no effect on `calendar-holidays' -after it has been set (e.g. after the calendar is loaded). In -that case, customize `calendar-holidays' directly. +They also initialize the default value of `calendar-holidays', +which is the default list of holidays used by the function +`list-holidays' in the non-interactive case. Note that these +variables have no effect on `calendar-holidays' after it has been +set (e.g. after the calendar is loaded). In that case, customize +`calendar-holidays' directly. The intention is that (in the US) `local-holidays' be set in site-init.el and `other-holidays' be set by the user.