From 4e740fd0e3c624e545ce70c1791af5ac0a4402cb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 8 Apr 2008 18:21:19 +0000 Subject: [PATCH] (calendar-hebrew-list-yahrzeits): Typo. --- lisp/ChangeLog | 4 ++++ lisp/calendar/cal-hebrew.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5bfa8abb63..3e2ed4e2e00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Stefan Monnier + + * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo. + 2008-04-08 Dan Nicolaescu * vc-rcs.el (vc-rcs-modify-change-comment): diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index bf4c3929fc1..dddc3080f1d 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -726,7 +726,7 @@ Prefix argument ARG makes the entry nonmarking." 'diary-hebrew-insert-yearly-entry "23.1") ;;;###autoload -(defun calender-hebrew-list-yahrzeits (death-date start-year end-year) +(defun calendar-hebrew-list-yahrzeits (death-date start-year end-year) "List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. When called interactively from the calendar window, the date of death is taken from the cursor position." @@ -792,7 +792,7 @@ from the cursor position." ;;;###autoload (define-obsolete-function-alias 'list-yahrzeit-dates - 'calender-hebrew-list-yahrzeits "23.1") + 'calendar-hebrew-list-yahrzeits "23.1") (defvar date) -- 2.39.2