diff options
| author | Glenn Morris | 2012-10-08 00:06:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-08 00:06:36 -0700 |
| commit | cad4f2902ed577f2bbf9d13b0d4a81d236031f4e (patch) | |
| tree | edde62a16efe9a0f2bb72947606fbbc494cb772e | |
| parent | 3ab44929c89416860d7569d2356bead6204b67d5 (diff) | |
| download | emacs-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/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
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 @@ | |||
| 1 | 2012-10-08 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-10-06 Glenn Morris <rgm@gnu.org> | 7 | 2012-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, | |||
| 41 | customize the variables @code{calendar-intermonth-header} and | 41 | customize 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 | ||
| 46 | appears above each month in the calendar. By default, it shows the | ||
| 47 | month 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 |
| @@ -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. |
| 284 | See the variable `calendar-month-header'. | 285 | See the variable `calendar-month-header'. |
| 285 | 286 | ||