aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-04-08 18:21:19 +0000
committerStefan Monnier2008-04-08 18:21:19 +0000
commit4e740fd0e3c624e545ce70c1791af5ac0a4402cb (patch)
tree905ad05ae6d15170a66ed37046ff9d40dceb2af0
parent3102985a74686308438b276222049438f66b9b67 (diff)
downloademacs-4e740fd0e3c624e545ce70c1791af5ac0a4402cb.tar.gz
emacs-4e740fd0e3c624e545ce70c1791af5ac0a4402cb.zip
(calendar-hebrew-list-yahrzeits): Typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/cal-hebrew.el4
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 @@
12008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
4
12008-04-08 Dan Nicolaescu <dann@ics.uci.edu> 52008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * vc-rcs.el (vc-rcs-modify-change-comment): 7 * 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."
726 'diary-hebrew-insert-yearly-entry "23.1") 726 'diary-hebrew-insert-yearly-entry "23.1")
727 727
728;;;###autoload 728;;;###autoload
729(defun calender-hebrew-list-yahrzeits (death-date start-year end-year) 729(defun calendar-hebrew-list-yahrzeits (death-date start-year end-year)
730 "List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. 730 "List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
731When called interactively from the calendar window, the date of death is taken 731When called interactively from the calendar window, the date of death is taken
732from the cursor position." 732from the cursor position."
@@ -792,7 +792,7 @@ from the cursor position."
792 792
793;;;###autoload 793;;;###autoload
794(define-obsolete-function-alias 'list-yahrzeit-dates 794(define-obsolete-function-alias 'list-yahrzeit-dates
795 'calender-hebrew-list-yahrzeits "23.1") 795 'calendar-hebrew-list-yahrzeits "23.1")
796 796
797(defvar date) 797(defvar date)
798 798