diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-17 22:08:15 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-17 22:08:15 -0500 |
commit | 6818b4492e78a911c9397da47d2bc6c7b1051456 (patch) | |
tree | d8d42e63e774fdfeb8ee82c392983c85b0d549df /lisp/calendar/diary-lib.el | |
parent | a5987767c5be19c845a5c81ab05097ecfbd5aff0 (diff) | |
download | emacs-6818b4492e78a911c9397da47d2bc6c7b1051456.tar.gz |
Use utf-8 Baha'i in calendar doc-strings, menus, etc
* lisp/calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
* lisp/calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
(calendar-bahai-all-holidays-flag, calendar-other-dates):
* lisp/calendar/diary-lib.el (diary-abbreviated-year-flag):
* lisp/calendar/holidays.el (holiday-bahai-holidays)
(calendar-holidays, list-holidays):
Use utf-8 Baha'i in doc-strings, menus, etc.
Diffstat (limited to 'lisp/calendar/diary-lib.el')
-rw-r--r-- | lisp/calendar/diary-lib.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 4bcd9916d0c..2e073fd1267 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -337,7 +337,7 @@ expressions that can involve the keywords `days' (a number), `date' (defcustom diary-abbreviated-year-flag t "Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. -This applies to the Gregorian, Hebrew, Islamic, and Baha'i calendars. +This applies to the Gregorian, Hebrew, Islamic, and Bahá'í calendars. When the current century is added to a two-digit year, if the result is more than 50 years in the future, the previous century is assumed. If the result is more than 50 years in the past, the next century is assumed. @@ -2624,4 +2624,8 @@ user is asked to confirm its addition." (provide 'diary-lib) +;; Local Variables: +;; coding: utf-8 +;; End: + ;;; diary-lib.el ends here |