Function: calendar-french-special-days-array

calendar-french-special-days-array is a byte-compiled function defined in cal-french.el.gz.

This function is obsolete since 28.1; use the variable of the same name instead

Signature

(calendar-french-special-days-array)

Documentation

Return the special day names, depending on whether accents are available.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-french.el.gz
(defun calendar-french-special-days-array ()
  "Return the special day names, depending on whether accents are available."
  (declare (obsolete "use the variable of the same name instead" "28.1"))
  calendar-french-special-days-array)