diff options
| author | Glenn Morris | 2014-01-06 20:46:23 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-06 20:46:23 -0500 |
| commit | 11c06c77277c43ab4c358a5d1951dde1372bcd9b (patch) | |
| tree | f95034bf18e9f41689bf335ad4fcfe8e97f979d9 | |
| parent | 6bdd920482e75a47062ebec76c022baa4259530d (diff) | |
| download | emacs-11c06c77277c43ab4c358a5d1951dde1372bcd9b.tar.gz emacs-11c06c77277c43ab4c358a5d1951dde1372bcd9b.zip | |
Document calendar-day-header-array
* doc/emacs/cal-xtra.texi (Calendar Customizing):
Mention calendar-day-header-array.
* etc/NEWS: Markup.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2df3334c7a1..cfe35028275 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cal-xtra.texi (Calendar Customizing): | ||
| 4 | Mention calendar-day-header-array. | ||
| 5 | |||
| 1 | 2013-12-28 Glenn Morris <rgm@gnu.org> | 6 | 2013-12-28 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * trouble.texi (Understanding Bug Reporting): Brevity. | 8 | * trouble.texi (Understanding Bug Reporting): Brevity. |
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 309740998ef..82864859473 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi | |||
| @@ -43,9 +43,12 @@ customize the variables @code{calendar-intermonth-header} and | |||
| 43 | @code{calendar-intermonth-text} as described in their documentation. | 43 | @code{calendar-intermonth-text} as described in their documentation. |
| 44 | 44 | ||
| 45 | @vindex calendar-month-header | 45 | @vindex calendar-month-header |
| 46 | @vindex calendar-day-header-array | ||
| 46 | The variable @code{calendar-month-header} controls the text that | 47 | The variable @code{calendar-month-header} controls the text that |
| 47 | appears above each month in the calendar. By default, it shows the | 48 | appears above each month in the calendar. By default, it shows the |
| 48 | month and year. | 49 | month and year. The variable @code{calendar-day-header-array} |
| 50 | controls the text that appears above each day's column in every month. | ||
| 51 | By default, it shows the first two letters of each day's name. | ||
| 49 | 52 | ||
| 50 | @vindex calendar-holiday-marker | 53 | @vindex calendar-holiday-marker |
| 51 | @vindex diary-entry-marker | 54 | @vindex diary-entry-marker |
| @@ -353,12 +353,14 @@ code run via JIT Lock. | |||
| 353 | *** New faces `calendar-weekday-header', `calendar-weekend-header', | 353 | *** New faces `calendar-weekday-header', `calendar-weekend-header', |
| 354 | and `calendar-month-header'. | 354 | and `calendar-month-header'. |
| 355 | 355 | ||
| 356 | +++ | ||
| 356 | *** New option `calendar-day-header-array'. | 357 | *** New option `calendar-day-header-array'. |
| 357 | 358 | ||
| 358 | +++ | 359 | +++ |
| 359 | *** New variable `diary-from-outlook-function', used by the command | 360 | *** New variable `diary-from-outlook-function', used by the command |
| 360 | `diary-from-outlook'. | 361 | `diary-from-outlook'. |
| 361 | 362 | ||
| 363 | --- | ||
| 362 | *** The variable `calendar-font-lock-keywords' is obsolete. | 364 | *** The variable `calendar-font-lock-keywords' is obsolete. |
| 363 | 365 | ||
| 364 | ** Calc | 366 | ** Calc |