Clarify WEEK example.

This commit is contained in:
David F. Skoll
2008-11-15 09:24:09 -05:00
parent 93ac1aebf7
commit 7db51e913e

View File

@@ -3960,11 +3960,13 @@ Also, if you invoke \fBRemind\fR with \fB\-cc\fR..., then it approximates
SPECIAL COLOR reminders on your terminal.
.PP
The \fBWEEK\fR special lets you place annotations such as the week
number in the calendar. For example, this would number each Sunday
with the ISO 8601 week number:
number in the calendar. For example, this would number each Monday
with the ISO 8601 week number. The week number is shown like this:
"(W\fIn\fR)" in this example, but you can put whatever text you like
after the WEEK keyword.
.nf
REM Sunday SPECIAL WEEK (W[weekno()])
REM Monday SPECIAL WEEK (W[weekno()])
.fi
.SH MISCELLANEOUS