Function: calendar-french-day-name-array
calendar-french-day-name-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-day-name-array)
Documentation
Return the array of day names.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-french.el.gz
(defun calendar-french-day-name-array ()
"Return the array of day names."
(declare (obsolete "use the variable of the same name instead" "28.1"))
calendar-french-day-name-array)