From b642d11edddcd0d87eeb71605b24778eb89a5dc2 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Wed, 21 Oct 1998 20:03:07 +0000 Subject: [PATCH] Add doc strings CORRECTLY! --- lisp/calendar/calendar.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 342feb971b2..14827bc6319 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -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. -- 2.39.2