emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el
Date: Sat, 11 Mar 2006 12:16:32 +0000

Index: emacs/lisp/calendar/holidays.el
diff -u emacs/lisp/calendar/holidays.el:1.46 
emacs/lisp/calendar/holidays.el:1.47
--- emacs/lisp/calendar/holidays.el:1.46        Fri Mar 10 08:04:27 2006
+++ emacs/lisp/calendar/holidays.el     Sat Mar 11 12:16:32 2006
@@ -120,6 +120,15 @@
   "Display holidays for years Y1 to Y2 (inclusive).
 
 The optional list of holidays L defaults to `calendar-holidays'.
+If you want to control what holidays are displayed, use a
+different list.  For example,
+
+  (list-holidays 2006 2006
+    (append general-holidays local-holidays other-holidays))
+
+will display holidays for the year 2006 defined in the 3
+mentioned lists, and nothing else.
+
 When called interactively, this command offers a choice of
 holidays, based on the variables `solar-holidays' etc.  See the
 documentation of `calendar-holidays' for a list of the variables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]