emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a87cd10: Use proper digraphs in Bahá’í month names


From: Paul Eggert
Subject: master a87cd10: Use proper digraphs in Bahá’í month names
Date: Tue, 12 May 2020 18:20:29 -0400 (EDT)

branch: master
commit a87cd10935b03e3db713a73ddcfa13e51d0a964c
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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”.
---
 lisp/calendar/cal-bahai.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index b6bb040..4bfdf3a 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]