summaryrefslogtreecommitdiff
path: root/lispref/calendar.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
commit22697dac66806b67eca956ad8cf8907b16d750b4 (patch)
tree57a28d25543669c66512a7fd1977eea4973115c4 /lispref/calendar.texi
parenta8a818c00e9cc73259aa3c519ba5fc34741c11ab (diff)
downloademacs-22697dac66806b67eca956ad8cf8907b16d750b4.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/calendar.texi')
-rw-r--r--lispref/calendar.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/lispref/calendar.texi b/lispref/calendar.texi
index 5f49a5128e2..8e42a530f25 100644
--- a/lispref/calendar.texi
+++ b/lispref/calendar.texi
@@ -66,7 +66,10 @@ asterisk (@samp{*}).
date as being a holiday. Its value may be a character to insert next to
the date, or a face name to use for displaying the date. Likewise, the
variable @code{diary-entry-marker} specifies how to mark a date that has
-diary entries.
+diary entries. The calendar creates faces named @code{holiday-face} and
+@code{diary-face} for these purposes; those symbols are the default
+values of these variables, when Emacs supports multiple faces on your
+terminal.
@vindex calendar-load-hook
The variable @code{calendar-load-hook} is a normal hook run when the
@@ -104,7 +107,10 @@ changing its face or by adding an asterisk. Here's how to use it:
@vindex calendar-today-marker
The variable @code{calendar-today-marker} specifies how to mark today's
date. Its value should be a character to insert next to the date or a
-face name to use for displaying the date.
+face name to use for displaying the date. A face named
+@code{calendar-today-face} is provided for this purpose; that symbol is
+the default for this variable when Emacs supports multiple faces on your
+terminal.
@vindex today-invisible-calendar-hook
@noindent