From cdf4a0e81243072c2f8ac27db1c7a4f2c9fc6b0f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 5 Apr 2008 20:21:00 +0000 Subject: [PATCH] Update for rename bahai-diary-entry-symbol to diary-bahai-entry-symbol. --- lisp/calendar/cal-bahai.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 01653d14a0..2d96aeac83 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -261,7 +261,7 @@ Only considers the first, ninth, and twelfth days, unless ALL or ;;;###diary-autoload (defun diary-bahai-list-entries () "Add any Bahá'í date entries from the diary file to `diary-entries-list'. -Bahá'í date diary entries must be prefaced by `bahai-diary-entry-symbol' +Bahá'í date diary entries must be prefaced by `diary-bahai-entry-symbol' \(normally a `B'). The same diary date forms govern the style of the Bahá'í calendar entries, except that the Bahá'í month names cannot be abbreviated. The Bahá'í months are numbered from 1 to 19 with Bahá being @@ -270,7 +270,7 @@ abbreviated. The Bahá'í months are numbered from 1 to 19 with Bahá being will not be marked in the calendar. This function is provided for use with `nongregorian-diary-listing-hook'." (diary-list-entries-1 calendar-bahai-month-name-array - bahai-diary-entry-symbol + diary-bahai-entry-symbol 'calendar-bahai-from-absolute)) (define-obsolete-function-alias 'list-bahai-diary-entries 'diary-bahai-list-entries "23.1") @@ -299,7 +299,7 @@ Marks each entry in `diary-file' (or included files) visible in the calendar window. See `diary-bahai-list-entries' for more information." (diary-mark-entries-1 'calendar-bahai-mark-date-pattern calendar-bahai-month-name-array - bahai-diary-entry-symbol + diary-bahai-entry-symbol 'calendar-bahai-from-absolute)) (define-obsolete-function-alias @@ -315,7 +315,7 @@ For the Bahá'í date corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking." (interactive "P") (diary-insert-entry-1 nil arg calendar-bahai-month-name-array - bahai-diary-entry-symbol + diary-bahai-entry-symbol 'calendar-bahai-from-absolute)) (define-obsolete-function-alias @@ -328,7 +328,7 @@ For the day of the Bahá'í month corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking." (interactive "P") (diary-insert-entry-1 'monthly arg calendar-bahai-month-name-array - bahai-diary-entry-symbol + diary-bahai-entry-symbol 'calendar-bahai-from-absolute)) (define-obsolete-function-alias @@ -341,7 +341,7 @@ For the day of the Bahá'í year corresponding to the date indicated by point. Prefix argument ARG will make the entry nonmarking." (interactive "P") (diary-insert-entry-1 'yearly arg calendar-bahai-month-name-array - bahai-diary-entry-symbol + diary-bahai-entry-symbol 'calendar-bahai-from-absolute)) (define-obsolete-function-alias -- 2.20.1