summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-06-04 23:45:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-06-04 23:54:49 -0700
commit8453c732954a5386bb9f91494f4a35e174d42225 (patch)
treee3438aaa668df099bbe8be39a921118e52b4b7a3 /lisp/calendar
parent1ba0149572ff9841c4838a25358ef08a516976db (diff)
downloademacs-8453c732954a5386bb9f91494f4a35e174d42225.tar.gz
Fix transliteration of Bahá'í months
* lisp/calendar/cal-bahai.el (calendar-bahai-month-name-array): Improve quality of Latin transliteration of Bahá'í month names.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-bahai.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 180e5f927ee..8a2191eb07d 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -42,7 +42,7 @@
;; Váhids. A cycle of 19 Váhids (361 years) is called a Kullu-Shay,
;; which means "all things".
-;; The calendar was named the "Badí` calendar" by its author, the Báb.
+;; The calendar was named the "Badí‘ calendar" by its author, the Báb.
;; It uses a week of seven days, corresponding to the Gregorian week,
;; each of which has its own name, again patterned after the
;; attributes of God.
@@ -56,9 +56,9 @@
(require 'calendar)
(defconst calendar-bahai-month-name-array
- ["Bahá" "Jalál" "Jamál" "`Azamat" "Núr" "Rahmat" "Kalimát" "Kamál"
- "Asmá" "`Izzat" "Mashiyyat" "`Ilm" "Qudrat" "Qawl" "Masá'il"
- "Sharaf" "Sultán" "Mulk" "`Alá"]
+ ["Bahá" "Jalál" "Jamál" "‘Aẓamat" "Núr" "Raḥmat" "Kalimát" "Kamál"
+ "Asmá’" "‘Izzat" "Mas̲h̲íyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il"
+ "S̲h̲araf" "Sulṭán" "Mulk" "‘Alá’"]
"Array of the month names in the Bahá'í calendar.")
(defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))