From 94534262c53e8602d72289aca8bef1d0685046a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Jul 2002 18:16:45 +0000 Subject: [PATCH] Sexp diary entries can specify how to highlight the date. --- man/calendar.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/calendar.texi b/man/calendar.texi index 505f593053e..3b06d30fef4 100644 --- a/man/calendar.texi +++ b/man/calendar.texi @@ -1303,9 +1303,12 @@ the 11 above to @samp{'(1 2 3)} and have the entry apply to the last Thursday of January, February, and March. If the month is @code{t}, the entry applies to all months of the year.@refill - Most generally, sexp diary entries can perform arbitrary -computations to determine when they apply. @xref{Sexp Diary Entries,, -Sexp Diary Entries, elisp, The Emacs Lisp Reference Manual}. + Each of the standard sexp diary entries takes an optional parameter +specifying the name of a face or a single-character string to use when +marking the entry in the calendar. Most generally, sexp diary entries +can perform arbitrary computations to determine when they apply. +@xref{Sexp Diary Entries,, Sexp Diary Entries, elisp, The Emacs Lisp +Reference Manual}. @node Appointments @section Appointments -- 2.39.5