Function: diary-islamic-insert-monthly-entry
diary-islamic-insert-monthly-entry is an autoloaded, interactive and
byte-compiled function defined in cal-islam.el.gz.
Signature
(diary-islamic-insert-monthly-entry ARG)
Documentation
Insert a monthly diary entry.
For the day of the Islamic month 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-islam.el.gz
;;;###cal-autoload
(defun diary-islamic-insert-monthly-entry (arg)
"Insert a monthly diary entry.
For the day of the Islamic month corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
(interactive "P")
(diary-insert-entry-1 'monthly arg calendar-islamic-month-name-array
diary-islamic-entry-symbol
'calendar-islamic-from-absolute))