From f97492e58e62c2cf0b62a05dcb32fc7bfb00fba9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 27 Mar 2008 07:59:33 +0000 Subject: [PATCH] (list-holidays): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/calendar/holidays.el | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 762026f0409..20c6d317b06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -25,6 +25,8 @@ (fancy-diary-display): Doc fix. Remove unneeded local entry-list. (diary-mark-entries-1): Fix position offsets in non-gregorian case. + * calendar/holidays.el (list-holidays): Doc fix. + 2008-03-26 Jay Belanger * calc/calc-store.el (calc-read-var-name-history): diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 55323597576..833c8b65245 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -129,10 +129,9 @@ This function is suitable for execution in a .emacs file." ;;;###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)) -- 2.39.2