Function: diary-hebrew-insert-yearly-entry

diary-hebrew-insert-yearly-entry is an autoloaded, interactive and byte-compiled function defined in cal-hebrew.el.gz.

Signature

(diary-hebrew-insert-yearly-entry ARG)

Documentation

Insert an annual diary entry.

For the day of the Hebrew year corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-hebrew.el.gz
;;;###cal-autoload
(defun diary-hebrew-insert-yearly-entry (arg)
  "Insert an annual diary entry.
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
                        diary-hebrew-entry-symbol
                        'calendar-hebrew-from-absolute))