aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2012-10-08 00:00:24 -0700
committerGlenn Morris2012-10-08 00:00:24 -0700
commitb859a3833a3eaa13b81ffba18812c38ab023de9f (patch)
treeb27631b88a93511273b90fd91e862f7a732decae /doc
parente499e60744fbb692201564743fc9859fa63a1196 (diff)
downloademacs-b859a3833a3eaa13b81ffba18812c38ab023de9f.tar.gz
emacs-b859a3833a3eaa13b81ffba18812c38ab023de9f.zip
Document cal-html-holidays
* doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays. * etc/NEWS: Related edit.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/calendar.texi11
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 067574b9a0d..4938ae193a8 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12012-10-08 Glenn Morris <rgm@gnu.org>
2
3 * calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
4
12012-10-06 Glenn Morris <rgm@gnu.org> 52012-10-06 Glenn Morris <rgm@gnu.org>
2 6
3 * calendar.texi (Writing Calendar Files): Tweak week descriptions. 7 * calendar.texi (Writing Calendar Files): Tweak week descriptions.
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi
index d46e26cddcf..d1ddd0dce90 100644
--- a/doc/emacs/calendar.texi
+++ b/doc/emacs/calendar.texi
@@ -349,11 +349,12 @@ calendar deletes or iconifies that frame depending on the value of
349 349
350@cindex calendar and HTML 350@cindex calendar and HTML
351 The Calendar HTML commands produce files of HTML code that contain 351 The Calendar HTML commands produce files of HTML code that contain
352calendar and diary entries. Each file applies to one month, and has a 352calendar, holiday, and diary entries. Each file applies to one month,
353name of the format @file{@var{yyyy}-@var{mm}.html}, where @var{yyyy} and 353and has a name of the format @file{@var{yyyy}-@var{mm}.html}, where
354@var{mm} are the four-digit year and two-digit month, respectively. The 354@var{yyyy} and @var{mm} are the four-digit year and two-digit month,
355variable @code{cal-html-directory} specifies the default output 355respectively. The variable @code{cal-html-directory} specifies the
356directory for the HTML files. 356default output directory for the HTML files. To prevent holidays
357from being shown, customize @code{cal-html-holidays}.
357 358
358@vindex cal-html-css-default 359@vindex cal-html-css-default
359 Diary entries enclosed by @code{<} and @code{>} are interpreted as 360 Diary entries enclosed by @code{<} and @code{>} are interpreted as