changeset 23498:c42c834e4ef4

Add doc strings for calendar-day-name-array and calendar-month-name-array.
author Edward M. Reingold <reingold@emr.cs.iit.edu>
date Tue, 20 Oct 1998 15:41:59 +0000
parents eee76d0af99c
children 57e5c9aadd19
files lisp/calendar/calendar.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Tue Oct 20 14:25:38 1998 +0000
+++ b/lisp/calendar/calendar.el	Tue Oct 20 15:41:59 1998 +0000
@@ -2335,9 +2335,11 @@
 	  (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"])