Add doc strings CORRECTLY!

This commit is contained in:
Edward M. Reingold 1998-10-21 20:03:07 +00:00
parent c317dd9330
commit b642d11edd

View file

@ -2335,13 +2335,13 @@ rather than a date."
(t (substring string 0 width)))))
(defvar calendar-day-name-array
"Array of capitalized strings giving, in order, the day names."
["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday"])
["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday"]
"Array of capitalized strings giving, in order, the day names.")
(defvar calendar-month-name-array
"Array of capitalized strings giving, in order, the month names."
["January" "February" "March" "April" "May" "June"
"July" "August" "September" "October" "November" "December"])
"July" "August" "September" "October" "November" "December"]
"Array of capitalized strings giving, in order, the month names.")
(defun calendar-make-alist (sequence &optional start-index filter)
"Make an assoc list corresponding to SEQUENCE.