* doc/emacs/cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
This commit is contained in:
parent
314347b9ab
commit
d306b4daa5
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
|
||||
|
||||
2011-05-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar.texi (Appointments): Mention appt-warning-time-regexp.
|
||||
|
|
|
@ -890,6 +890,7 @@ diary entries:
|
|||
@findex diary-hebrew-omer
|
||||
@cindex yahrzeits
|
||||
@findex diary-hebrew-yahrzeit
|
||||
@findex diary-hebrew-birthday
|
||||
@table @code
|
||||
@item %%(diary-hebrew-rosh-hodesh)
|
||||
Make a diary entry that tells the occurrence and ritual announcement of each
|
||||
|
@ -907,6 +908,8 @@ is the @emph{Gregorian} (civil) date of death. The diary entry appears
|
|||
on the proper Hebrew calendar anniversary and on the day before. (The
|
||||
order of the parameters changes according to the calendar date style;
|
||||
for example in the European style to @var{day}, @var{month}, @var{year}.)
|
||||
@item %%(diary-hebrew-birthday @var{month} @var{day} @var{year})
|
||||
Make a diary entry for a birthday on the Hebrew calendar.
|
||||
@end table
|
||||
|
||||
All the functions documented above take an optional argument
|
||||
|
|
1
etc/NEWS
1
etc/NEWS
|
@ -455,6 +455,7 @@ See the variable `diary-comment-start'.
|
|||
*** Appointments can specify their individual warning times.
|
||||
See the variable `appt-warning-time-regexp'.
|
||||
|
||||
+++
|
||||
*** New function `diary-hebrew-birthday'.
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue