]> git.eshelyaron.com Git - emacs.git/commitdiff
Use proper digraphs in Bahá’í month names
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 May 2020 22:19:46 +0000 (15:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 May 2020 22:20:23 +0000 (15:20 -0700)
* 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”.

lisp/calendar/cal-bahai.el

index b6bb040dd54ad46764044e358417f962a674a151..4bfdf3a6cf62efea83122fe6e88dd12c78125f62 100644 (file)
@@ -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))