Function: diary-hebrew-insert-monthly-entry

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

Signature

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

Documentation

Insert a monthly diary entry.

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

View in manual

Key Bindings

Source Code

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