summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-30 20:32:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-30 20:32:30 -0700
commit88ea396c42beae9c60db4de351796fc529c40d64 (patch)
tree45f4fe0f30a006eac638a2a951065057b6d34860
parent17197d0ae9eac100b56078b2a48964b29710b76e (diff)
downloademacs-88ea396c42beae9c60db4de351796fc529c40d64.tar.gz
; Spelling fixes
-rw-r--r--lisp/calendar/calendar.el6
1 files changed, 3 insertions, 3 deletions
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