aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 20:58:26 +0000
committerGlenn Morris2008-04-05 20:58:26 +0000
commit192e3e20470daef3ff5990a294a3bd14e33f39b9 (patch)
tree9bc38cae3db48fc472568031a1f6851d852a8481
parent0a83799410b9122bcdd19c9542fa2e91d8311daf (diff)
downloademacs-192e3e20470daef3ff5990a294a3bd14e33f39b9.tar.gz
emacs-192e3e20470daef3ff5990a294a3bd14e33f39b9.zip
Update for hebrew name changes.
-rw-r--r--lisp/calendar/diary-lib.el36
1 files changed, 18 insertions, 18 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index e7c0fa8e42a..926a02c238d 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -166,26 +166,26 @@ you will probably also want to add `include-other-diary-files' to
166 "List of functions called for listing diary file and included files. 166 "List of functions called for listing diary file and included files.
167As the files are processed for diary entries, these functions are used 167As the files are processed for diary entries, these functions are used
168to cull relevant entries. You can use any or all of 168to cull relevant entries. You can use any or all of
169`list-hebrew-diary-entries', `diary-islamic-list-entries' and 169`diary-bahai-list-entries', `diary-hebrew-list-entries', and
170`diary-bahai-list-entries'. The documentation for these functions 170`diary-islamic-list-entries'. The documentation for these functions
171describes the style of such diary entries." 171describes the style of such diary entries."
172 :type 'hook 172 :type 'hook
173 :options '(list-hebrew-diary-entries 173 :options '(diary-bahai-list-entries
174 diary-islamic-list-entries 174 diary-hebrew-list-entries
175 diary-bahai-list-entries) 175 diary-islamic-list-entries)
176 :group 'diary) 176 :group 'diary)
177 177
178(defcustom nongregorian-diary-marking-hook nil 178(defcustom nongregorian-diary-marking-hook nil
179 "List of functions called for marking diary file and included files. 179 "List of functions called for marking diary file and included files.
180As the files are processed for diary entries, these functions are used 180As the files are processed for diary entries, these functions are used
181to cull relevant entries. You can use any or all of 181to cull relevant entries. You can use any or all of
182`mark-hebrew-diary-entries', `diary-islamic-mark-entries' and 182`diary-bahai-mark-entries', `diary-hebrew-mark-entries' and
183`bahai-mark-diary-entries'. The documentation for these functions 183`diary-islamic-mark-entries'. The documentation for these functions
184describes the style of such diary entries." 184describes the style of such diary entries."
185 :type 'hook 185 :type 'hook
186 :options '(mark-hebrew-diary-entries 186 :options '(diary-bahai-mark-entries
187 diary-islamic-mark-entries 187 diary-hebrew-mark-entries
188 diary-bahai-mark-entries) 188 diary-islamic-mark-entries)
189 :group 'diary) 189 :group 'diary)
190 190
191(defcustom print-diary-entries-hook 'lpr-buffer 191(defcustom print-diary-entries-hook 'lpr-buffer
@@ -1540,7 +1540,7 @@ DAY MONTH YEAR in the European style).
1540 is independent of whether the entry *itself* is a marking or 1540 is independent of whether the entry *itself* is a marking or
1541 non-marking one. 1541 non-marking one.
1542 1542
1543 %%(diary-yahrzeit MONTH DAY YEAR) text 1543 %%(diary-hebrew-yahrzeit MONTH DAY YEAR) text
1544 Text is assumed to be the name of the person; the date is the 1544 Text is assumed to be the name of the person; the date is the
1545 date of death on the *civil* calendar. The diary entry will 1545 date of death on the *civil* calendar. The diary entry will
1546 appear on the proper Hebrew-date anniversary and on the day 1546 appear on the proper Hebrew-date anniversary and on the day
@@ -1563,11 +1563,11 @@ These functions give the date in alternative calendrical systems:
1563 1563
1564Theses functions only produce output on certain dates: 1564Theses functions only produce output on certain dates:
1565 1565
1566`diary-phases-of-moon' - phases of moon (on the appropriate days) 1566`diary-phases-of-moon' - phases of moon (on the appropriate days)
1567`diary-omer' - Omer count, within 50 days after Passover 1567`diary-hebrew-omer' - Omer count, within 50 days after Passover
1568`diary-parasha' - weekly parasha, every Saturday 1568`diary-hebrew-parasha' - weekly parasha, every Saturday
1569`diary-rosh-hodesh' - Rosh Hodesh, or the day or Saturday before 1569`diary-hebrew-rosh-hodesh' - Rosh Hodesh, or the day or Saturday before
1570`diary-sabbath-candles' - local time of candle lighting, on Fridays 1570`diary-sabbath-candles' - local time of candle lighting, on Fridays
1571 1571
1572 1572
1573Marking these entries is *extremely* time consuming, so it is 1573Marking these entries is *extremely* time consuming, so it is
@@ -2090,8 +2090,8 @@ and return a font-lock pattern matching array of MONTHS and marking SYMBOL."
2090 (append 2090 (append
2091 (diary-font-lock-date-forms calendar-month-name-array 2091 (diary-font-lock-date-forms calendar-month-name-array
2092 nil calendar-month-abbrev-array) 2092 nil calendar-month-abbrev-array)
2093 (diary-font-lock-keywords-1 mark-hebrew-diary-entries 2093 (diary-font-lock-keywords-1 diary-hebrew-mark-entries
2094 list-hebrew-diary-entries 2094 diary-hebrew-list-entries
2095 cal-hebrew 2095 cal-hebrew
2096 calendar-hebrew-month-name-array-leap-year 2096 calendar-hebrew-month-name-array-leap-year
2097 diary-hebrew-entry-symbol) 2097 diary-hebrew-entry-symbol)