# HG changeset patch # User Glenn Morris # Date 1206604747 0 # Node ID 2dae79a0ee9cfe1cb37398351b19992b143d9d91 # Parent bab9629d5ba677505098bf31405888fc4bfe2915 (list-holidays): Doc fix. diff -r bab9629d5ba6 -r 2dae79a0ee9c lisp/calendar/holidays.el --- a/lisp/calendar/holidays.el Thu Mar 27 07:58:31 2008 +0000 +++ b/lisp/calendar/holidays.el Thu Mar 27 07:59:07 2008 +0000 @@ -129,10 +129,9 @@ ;;;###autoload (defun list-holidays (y1 &optional y2 l label) "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, +Y2 defaults to Y1. 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))