diff options
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r-- | lisp/calendar/calendar.el | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 905600cfb74..24c284350a3 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -41,7 +41,7 @@ ;; can be translated from the (usual) Gregorian calendar to the day of ;; the year/days remaining in year, to the ISO commercial calendar, to ;; the Julian (old style) calendar, to the Hebrew calendar, to the -;; Islamic calendar, to the Baha'i calendar, to the French +;; Islamic calendar, to the Bahá'í calendar, to the French ;; Revolutionary calendar, to the Mayan calendar, to the Chinese ;; calendar, to the Coptic calendar, to the Ethiopic calendar, and to ;; the astronomical (Julian) day number. Times of sunrise/sunset can @@ -52,7 +52,7 @@ ;; The following files are part of the calendar/diary code: ;; appt.el Appointment notification -;; cal-bahai.el Baha'i calendar +;; cal-bahai.el Bahá'í calendar ;; cal-china.el Chinese calendar ;; cal-coptic.el Coptic/Ethiopic calendars ;; cal-dst.el Daylight saving time rules @@ -642,7 +642,7 @@ causes the diary entry \"Vacation\" to appear from November 1 through November 10, 1990. See the documentation for the function `diary-list-sexp-entries' for more details. -Diary entries based on the Hebrew, the Islamic and/or the Baha'i +Diary entries based on the Hebrew, the Islamic and/or the Bahá'í calendar are also possible, but because these are somewhat slow, they are ignored unless you set the `diary-nongregorian-listing-hook' and the `diary-nongregorian-marking-hook' appropriately. See the @@ -679,7 +679,7 @@ details, see the documentation for the variable `diary-list-entries-hook'." 'diary-bahai-entry-symbol "23.1") (defcustom diary-bahai-entry-symbol "B" - "Symbol indicating a diary entry according to the Baha'i calendar." + "Symbol indicating a diary entry according to the Bahá'í calendar." :type 'string :group 'diary) @@ -1005,9 +1005,9 @@ calendar." 'calendar-bahai-all-holidays-flag "23.1") (defcustom calendar-bahai-all-holidays-flag nil - "If nil, show only major holidays from the Baha'i calendar. + "If nil, show only major holidays from the Bahá'í calendar. These are the days on which work and school must be suspended. -Otherwise, show all the holidays that would appear in a complete Baha'i +Otherwise, show all the holidays that would appear in a complete Bahá'í calendar." :type 'boolean :group 'holidays) @@ -2552,7 +2552,7 @@ DATE is (month day year). Calendars that do not apply are omitted." (unless (string-equal (setq odate (calendar-bahai-date-string date)) "") - (format "Baha'i date: %s" odate)) + (format "Bahá'í date: %s" odate)) (format "Chinese date: %s" (calendar-chinese-date-string date)) (unless (string-equal @@ -2624,6 +2624,7 @@ If called by a mouse-event, pops up a menu with the result." ;; Local variables: ;; byte-compile-dynamic: t +;; coding: utf-8 ;; End: ;;; calendar.el ends here |