Function: diary-chinese-mark-entries

diary-chinese-mark-entries is an autoloaded and byte-compiled function defined in cal-china.el.gz.

Signature

(diary-chinese-mark-entries)

Documentation

Mark days in the calendar window that have Chinese date diary entries.

Marks each entry in diary-file (or included files) visible in the calendar window. See diary-chinese-list-entries for more information.

This function is provided for use with diary-nongregorian-marking-hook.

View in manual

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-china.el.gz
;;;###cal-autoload
(defun diary-chinese-mark-entries ()
  "Mark days in the calendar window that have Chinese date diary entries.
Marks each entry in `diary-file' (or included files) visible in the calendar
window.  See `diary-chinese-list-entries' for more information.

This function is provided for use with `diary-nongregorian-marking-hook'."
  (diary-mark-entries-1 #'calendar-chinese-mark-date-pattern
                        calendar-chinese-month-name-array
                        diary-chinese-entry-symbol
                        #'calendar-chinese-from-absolute-for-diary))