aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/calendar.el
diff options
context:
space:
mode:
authorEdward M. Reingold <[email protected]>1998-10-20 15:41:59 +0000
committerEdward M. Reingold <[email protected]>1998-10-20 15:41:59 +0000
commit2ef611de48d5f973470bd75d354c15ca4ef098f5 (patch)
tree08f46d93571fb3c653c893a14ffef0f9a0a2636f /lisp/calendar/calendar.el
parent0c7bc1aabdf734481c244925b6c4de65b8fea4eb (diff)
Add doc strings for calendar-day-name-array and calendar-month-name-array.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 67eca4254c..342feb971b 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -2335,9 +2335,11 @@ 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"])
(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"])