]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-holidays): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 12:16:32 +0000 (12:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2006 12:16:32 +0000 (12:16 +0000)
lisp/calendar/holidays.el

index 1aaf226d21d0c20356b517fd62d2be3e7f20249f..5a29bf8fff1fa57b0426f4d15e4be525fa66e7c4 100644 (file)
@@ -120,6 +120,15 @@ This function is suitable for execution in a .emacs file."
   "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