Mercurial > emacs
changeset 23531:37ae25c77df0
Add doc strings CORRECTLY!
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Wed, 21 Oct 1998 20:03:07 +0000 |
parents | 8fd3e2d95a51 |
children | a493aa84f62f |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Wed Oct 21 18:39:15 1998 +0000 +++ b/lisp/calendar/calendar.el Wed Oct 21 20:03:07 1998 +0000 @@ -2335,13 +2335,13 @@ (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.