aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog5
-rw-r--r--man/calendar.texi16
2 files changed, 15 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 287c095a473..6b3b8d251e9 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12007-07-24 Glenn Morris <rgm@gnu.org>
2
3 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4 for some calendars.
5
12007-07-13 Eli Zaretskii <eliz@gnu.org> 62007-07-13 Eli Zaretskii <eliz@gnu.org>
2 7
3 * Makefile.in (../info/emacs-mime): Use --enable-encoding. 8 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
diff --git a/man/calendar.texi b/man/calendar.texi
index 58ca24af7d9..5182474622d 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -432,12 +432,16 @@ argument which specifies how many days, weeks, months or years to print
432 If the variable @code{cal-tex-holidays} is non-@code{nil} (the default), 432 If the variable @code{cal-tex-holidays} is non-@code{nil} (the default),
433then the printed calendars show the holidays in @code{calendar-holidays}. 433then the printed calendars show the holidays in @code{calendar-holidays}.
434If the variable @code{cal-tex-diary} is non-@code{nil} (the default is 434If the variable @code{cal-tex-diary} is non-@code{nil} (the default is
435@code{nil}), diary entries are included also (in weekly and monthly 435@code{nil}), diary entries are included also (in monthly, filofax, and
436calendars only). If the variable @code{cal-tex-rules} is non-@code{nil} 436iso-week calendars only). If the variable @code{cal-tex-rules} is
437(the default is @code{nil}), the calendar displays ruled pages 437non-@code{nil} (the default is @code{nil}), the calendar displays ruled
438in styles that have sufficient room. You can use the variable 438pages in styles that have sufficient room. Consult the documentation of
439@code{cal-tex-preamble-extra} to insert extra La@TeX{} commands in the 439the individual cal-tex functions to see which calendars support which
440preamble of the generated document if you need to. 440features.
441
442 You can use the variable @code{cal-tex-preamble-extra} to insert extra
443La@TeX{} commands in the preamble of the generated document if you need
444to.
441 445
442@node Holidays 446@node Holidays
443@section Holidays 447@section Holidays