diff lispref/calendar.texi @ 12067:73dc8205d259

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Mon, 05 Jun 1995 12:23:13 +0000
parents 7601ae23cf92
children 41e0ec95fdef
line wrap: on
line diff
--- a/lispref/calendar.texi	Sun Jun 04 01:34:39 1995 +0000
+++ b/lispref/calendar.texi	Mon Jun 05 12:23:13 1995 +0000
@@ -66,7 +66,10 @@
 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 @@
 @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