From 6870792666a91407ac324e8e0b1926d1c2136688 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 8 Mar 2008 21:09:29 +0000 Subject: [PATCH] (holidays): Doc fix. --- lisp/ChangeLog | 10 ++++------ lisp/calendar/holidays.el | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddc59b237bd..8e1b336016b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -23,8 +23,7 @@ calendar.el. (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): Make constants. - * calendar/cal-china.el (chinese-calendar-time-zone) - (chinese-calendar-daylight-time-offset) + (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset) (chinese-calendar-daylight-savings-starts) (chinese-calendar-daylight-savings-ends) (chinese-calendar-daylight-savings-starts-time) @@ -55,8 +54,10 @@ (calendar-mouse-view-diary-entries, calendar-mouse-print-dates) (calendar-mouse-goto-date): * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right): + * calendar/holidays.el (holidays): * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after): - Doc fixes. + * calendar/time-date.el (date-to-time, time-subtract, time-add) + (safe-date-to-time): Doc fixes. * calendar/cal-persia.el (persian-calendar-month-name-array) (persian-calendar-epoch): Make constants. @@ -128,9 +129,6 @@ * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el: * calendar/solar.el: Unquote lambda functions. - * calendar/time-date.el (date-to-time, time-subtract, time-add) - (safe-date-to-time): Doc fixes. - * calendar/todo-mode.el: Remove un-needed eval-when-compile. * textmodes/org.el (list-diary-entries-hook): Declare for compiler. diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 6b32d227c1a..8436b3a242d 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -96,8 +96,7 @@ Requires floating point." ;;;###autoload (defun holidays (&optional arg) "Display the holidays for last month, this month, and next month. -If called with an optional prefix argument, prompts for month and year. - +If called with an optional prefix argument ARG, prompts for month and year. This function is suitable for execution in a .emacs file." (interactive "P") (save-excursion -- 2.11.4.GIT