From: Paul Eggert Date: Wed, 31 Aug 2016 03:32:30 +0000 (-0700) Subject: ; Spelling fixes X-Git-Tag: emacs-25.1~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88ea396;p=emacs.git ; Spelling fixes --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index ccdae484fa6..7a2b3fe1563 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -905,7 +905,7 @@ styles." '(propertize (format "%s %d" (calendar-month-name month) year) 'font-lock-face 'calendar-month-header) "Default format for calendar month headings with the American date style. -Normally you should not customize this, but `calender-month-header'." +Normally you should not customize this, but `calendar-month-header'." :group 'calendar :risky t :type 'sexp @@ -915,7 +915,7 @@ Normally you should not customize this, but `calender-month-header'." '(propertize (format "%s %d" (calendar-month-name month) year) 'font-lock-face 'calendar-month-header) "Default format for calendar month headings with the European date style. -Normally you should not customize this, but `calender-month-header'." +Normally you should not customize this, but `calendar-month-header'." :group 'calendar :risky t :type 'sexp @@ -925,7 +925,7 @@ Normally you should not customize this, but `calender-month-header'." '(propertize (format "%d %s" year (calendar-month-name month)) 'font-lock-face 'calendar-month-header) "Default format for calendar month headings with the ISO date style. -Normally you should not customize this, but `calender-month-header'." +Normally you should not customize this, but `calendar-month-header'." :group 'calendar :risky t :type 'sexp