From: Paul Eggert Date: Tue, 12 May 2020 22:19:46 +0000 (-0700) Subject: Use proper digraphs in Bahá’í month names X-Git-Tag: emacs-28.0.90~7373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a87cd10935b03e3db713a73ddcfa13e51d0a964c;p=emacs.git Use proper digraphs in Bahá’í month names * lisp/calendar/cal-bahai.el (calendar-bahai-month-name-array): There doesn’t seem to be any disagreement in the sources I consulted that “Mas͟híyyat” and “S͟haraf” both need an “s͟h” digraph instead of plain “sh”. --- diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index b6bb040dd54..4bfdf3a6cf6 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -57,8 +57,8 @@ (defconst calendar-bahai-month-name-array ["Bahá" "Jalál" "Jamál" "‘Aẓamat" "Núr" "Raḥmat" "Kalimát" "Kamál" - "Asmá’" "‘Izzat" "Mashíyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il" - "Sharaf" "Sulṭán" "Mulk" "‘Alá’"] + "Asmá’" "‘Izzat" "Mas͟híyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il" + "S͟haraf" "Sulṭán" "Mulk" "‘Alá’"] "Array of the month names in the Bahá’í calendar.") (defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))