summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-08 00:05:21 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-08 00:05:21 -0700
commit3ab44929c89416860d7569d2356bead6204b67d5 (patch)
treee75921c7ba6bb18342433a5e09b02a0973e9baf9
parentb859a3833a3eaa13b81ffba18812c38ab023de9f (diff)
downloademacs-3ab44929c89416860d7569d2356bead6204b67d5.tar.gz
* lisp/calendar/calendar.el (calendar-intermonth-header): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/calendar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ced15cd58f..471d1e506f1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 96a5725ef69..02d1e3b54e9 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -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