]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-holidays): Make previous doc-fix less passive.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Mar 2006 08:10:33 +0000 (08:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Mar 2006 08:10:33 +0000 (08:10 +0000)
lisp/calendar/calendar.el

index 734a9b27e1f7c9051d999416f2ce81eb19805976..1383b8bac16ca618eef62593a966f96d40fdcaa2 100644 (file)
@@ -1195,12 +1195,12 @@ you can eliminate unwanted categories of holidays.
 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.