* lisp/calendar/calendar.el (calendar-intermonth-header): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:05:21 +0000 (00:05 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 07:05:21 +0000 (00:05 -0700)
lisp/ChangeLog
lisp/calendar/calendar.el

index 5ced15c..471d1e5 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-08  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-intermonth-header): Doc fix.
+
 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
 
        * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
index 96a5725..02d1e3b 100644 (file)
@@ -511,7 +511,7 @@ Must be at least one less than `calendar-column-width'."
   :version "23.1")
 
 (defcustom calendar-intermonth-header nil
-  "Header text display in the space to the left of each calendar month.
+  "Header text to display in the space to the left of each calendar month.
 See `calendar-intermonth-text'."
   :group 'calendar
   :initialize 'custom-initialize-default