changeset 93282:2dae79a0ee9c

(list-holidays): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 27 Mar 2008 07:59:07 +0000
parents bab9629d5ba6
children 437cc5e80169
files lisp/calendar/holidays.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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))