emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 88ea396: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 88ea396: ; Spelling fixes
Date: Wed, 31 Aug 2016 03:38:31 +0000 (UTC)

branch: emacs-25
commit 88ea396c42beae9c60db4de351796fc529c40d64
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 lisp/calendar/calendar.el |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index ccdae48..7a2b3fe 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]