summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-bahai.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/cal-bahai.el')
-rw-r--r--lisp/calendar/cal-bahai.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 71c4a53e128..57ff7bad89a 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -55,7 +55,7 @@
;;; Code:
-(require 'cal-julian)
+(require 'calendar)
(defconst calendar-bahai-month-name-array
["Bahá" "Jalál" "Jamál" "`Azamat" "Núr" "Rahmat" "Kalimát" "Kamál"
@@ -64,7 +64,7 @@
"Array of the month names in the Bahá'í calendar.")
(defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))
- "Absolute date of start of Bahá'í calendar = March 19, 622 AD (Julian).")
+ "Absolute date of start of Bahá'í calendar = March 21, 1844 AD.")
(defun calendar-bahai-leap-year-p (year)
"True if Bahá'í YEAR is a leap year in the Bahá'í calendar."