diff options
| author | Ingo Lohmar | 2015-08-03 18:49:55 +0200 |
|---|---|---|
| committer | Ingo Lohmar | 2015-08-03 19:04:53 +0200 |
| commit | 4e1bdd4494ef31c8716a125a86f6d6b8e2555ece (patch) | |
| tree | 00fc31be33d71d686bc4ddf3bc9a9ec78756659c /doc | |
| parent | fa10e77790a207aeabf354c9f5667b3dbde55bb2 (diff) | |
| download | emacs-4e1bdd4494ef31c8716a125a86f6d6b8e2555ece.tar.gz emacs-4e1bdd4494ef31c8716a125a86f6d6b8e2555ece.zip | |
Add new 'calendar-weekend-days' option
Make the days receiving the `calendar-weekend-header' face freely
customizable, as they differ by region/culture.
* doc/emacs/calendar.texi: Document the new variable.
* lisp/calendar/calendar.el (calendar-generate-month): New variable
calendar-weekend-days to customize day header fontification.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/calendar.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 6b21dda4844..2ab0ff34c0f 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -177,10 +177,13 @@ repeat count indicating how many weeks, months, or years to move | |||
| 177 | backward or forward. | 177 | backward or forward. |
| 178 | 178 | ||
| 179 | @vindex calendar-week-start-day | 179 | @vindex calendar-week-start-day |
| 180 | @vindex calendar-weekend-days | ||
| 180 | @cindex weeks, which day they start on | 181 | @cindex weeks, which day they start on |
| 181 | @cindex calendar, first day of week | 182 | @cindex calendar, first day of week |
| 182 | By default, weeks begin on Sunday. To make them begin on Monday | 183 | By default, weeks begin on Sunday. To make them begin on Monday |
| 183 | instead, set the variable @code{calendar-week-start-day} to 1. | 184 | instead, set the variable @code{calendar-week-start-day} to 1. To |
| 185 | change which day headers are highlighted as weekend days, set the | ||
| 186 | variable @code{calendar-weekend-days} | ||
| 184 | 187 | ||
| 185 | @node Specified Dates | 188 | @node Specified Dates |
| 186 | @subsection Specified Dates | 189 | @subsection Specified Dates |