Function: calendar-coptic-print-date

calendar-coptic-print-date is an autoloaded, interactive and byte-compiled function defined in cal-coptic.el.gz.

Signature

(calendar-coptic-print-date)

Documentation

Show the Coptic calendar equivalent of the selected date.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-coptic.el.gz
;;;###cal-autoload
(defun calendar-coptic-print-date ()
  "Show the Coptic calendar equivalent of the selected date."
  (interactive)
  (let ((f (calendar-coptic-date-string (calendar-cursor-to-date t))))
    (if (string-equal f "")
        (message "Date is pre-%s calendar" calendar-coptic-name)
      (message "%s date: %s" calendar-coptic-name f))))