aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-08 00:06:36 -0700
committerGlenn Morris2012-10-08 00:06:36 -0700
commitcad4f2902ed577f2bbf9d13b0d4a81d236031f4e (patch)
treeedde62a16efe9a0f2bb72947606fbbc494cb772e
parent3ab44929c89416860d7569d2356bead6204b67d5 (diff)
downloademacs-cad4f2902ed577f2bbf9d13b0d4a81d236031f4e.tar.gz
emacs-cad4f2902ed577f2bbf9d13b0d4a81d236031f4e.zip
Document calendar-month-header
* doc/emacs/cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. * etc/NEWS: Related edit.
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/cal-xtra.texi5
-rw-r--r--etc/NEWS1
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4938ae193a8..87ff64b576d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
12012-10-08 Glenn Morris <rgm@gnu.org> 12012-10-08 Glenn Morris <rgm@gnu.org>
2 2
3 * cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
4
3 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays. 5 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
4 6
52012-10-06 Glenn Morris <rgm@gnu.org> 72012-10-06 Glenn Morris <rgm@gnu.org>
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi
index b29a8526625..09beabc40cb 100644
--- a/doc/emacs/cal-xtra.texi
+++ b/doc/emacs/cal-xtra.texi
@@ -41,6 +41,11 @@ To display text @emph{between} the months, for example week numbers,
41customize the variables @code{calendar-intermonth-header} and 41customize the variables @code{calendar-intermonth-header} and
42@code{calendar-intermonth-text} as described in their documentation. 42@code{calendar-intermonth-text} as described in their documentation.
43 43
44@vindex calendar-month-header
45 The variable @code{calendar-month-header} controls the text that
46appears above each month in the calendar. By default, it shows the
47month and year.
48
44@vindex calendar-holiday-marker 49@vindex calendar-holiday-marker
45@vindex diary-entry-marker 50@vindex diary-entry-marker
46@vindex calendar-today-marker 51@vindex calendar-today-marker
diff --git a/etc/NEWS b/etc/NEWS
index cd8be6fe2e8..c2ebfaad231 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -280,6 +280,7 @@ Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead.
280 280
281** Calendar 281** Calendar
282 282
283+++
283*** You can customize the header text that appears above each calendar month. 284*** You can customize the header text that appears above each calendar month.
284See the variable `calendar-month-header'. 285See the variable `calendar-month-header'.
285 286