diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-05 20:21:48 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-05 20:21:48 +0000 |
commit | 0e96e25f477dd68d9cc1e734b85e0123984f30e9 (patch) | |
tree | 322ccad38335e4132d55d73d91d3cc8408b01856 /lisp/calendar/cal-hebrew.el | |
parent | 7f2bc15e1e3e00d66481886f37a7e26f992c958a (diff) | |
download | emacs-0e96e25f477dd68d9cc1e734b85e0123984f30e9.tar.gz |
Update for rename hebrew-diary-entry-symbol to diary-hebrew-entry-symbol.
Diffstat (limited to 'lisp/calendar/cal-hebrew.el')
-rw-r--r-- | lisp/calendar/cal-hebrew.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index cde2750a039..1eece2a0473 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -582,7 +582,7 @@ Kiddush HaHamah." ;;;###diary-autoload (defun list-hebrew-diary-entries () "Add any Hebrew date entries from the diary file to `diary-entries-list'. -Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol' +Hebrew date diary entries must be prefaced by `diary-hebrew-entry-symbol' \(normally an `H'). The same diary date forms govern the style of the Hebrew calendar entries, except that the Hebrew month names cannot be abbreviated. The Hebrew months are numbered @@ -593,7 +593,7 @@ Hebrew year. If a Hebrew date diary entry begins with listing, but will not be marked in the calendar. This function is provided for use with `nongregorian-diary-listing-hook'." (diary-list-entries-1 calendar-hebrew-month-name-array-leap-year - hebrew-diary-entry-symbol + diary-hebrew-entry-symbol 'calendar-hebrew-from-absolute)) (autoload 'calendar-mark-complex "diary-lib") @@ -630,7 +630,7 @@ Marks each entry in `diary-file' (or included files) visible in the calendar window. See `list-hebrew-diary-entries' for more information." (diary-mark-entries-1 'mark-hebrew-calendar-date-pattern calendar-hebrew-month-name-array-leap-year - hebrew-diary-entry-symbol + diary-hebrew-entry-symbol 'calendar-hebrew-from-absolute)) @@ -643,7 +643,7 @@ For the Hebrew date corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking." (interactive "P") (diary-insert-entry-1 nil arg calendar-hebrew-month-name-array-leap-year - hebrew-diary-entry-symbol + diary-hebrew-entry-symbol 'calendar-hebrew-from-absolute)) ;;;###cal-autoload @@ -653,7 +653,7 @@ For the day of the Hebrew month corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking." (interactive "P") (diary-insert-entry-1 'monthly arg calendar-hebrew-month-name-array-leap-year - hebrew-diary-entry-symbol + diary-hebrew-entry-symbol 'calendar-hebrew-from-absolute)) ;;;###cal-autoload @@ -663,7 +663,7 @@ For the day of the Hebrew year corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking." (interactive "P") (diary-insert-entry-1 'yearly arg calendar-hebrew-month-name-array-leap-year - hebrew-diary-entry-symbol + diary-hebrew-entry-symbol 'calendar-hebrew-from-absolute)) ;;;###autoload |