comparison 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
comparison
equal deleted inserted replaced
12066:b9b0b3f96dc2 12067:73dc8205d259
64 @vindex diary-entry-marker 64 @vindex diary-entry-marker
65 The variable @code{calendar-holiday-marker} specifies how to mark a 65 The variable @code{calendar-holiday-marker} specifies how to mark a
66 date as being a holiday. Its value may be a character to insert next to 66 date as being a holiday. Its value may be a character to insert next to
67 the date, or a face name to use for displaying the date. Likewise, the 67 the date, or a face name to use for displaying the date. Likewise, the
68 variable @code{diary-entry-marker} specifies how to mark a date that has 68 variable @code{diary-entry-marker} specifies how to mark a date that has
69 diary entries. 69 diary entries. The calendar creates faces named @code{holiday-face} and
70 @code{diary-face} for these purposes; those symbols are the default
71 values of these variables, when Emacs supports multiple faces on your
72 terminal.
70 73
71 @vindex calendar-load-hook 74 @vindex calendar-load-hook
72 The variable @code{calendar-load-hook} is a normal hook run when the 75 The variable @code{calendar-load-hook} is a normal hook run when the
73 calendar package is first loaded (before actually starting to display 76 calendar package is first loaded (before actually starting to display
74 the calendar). 77 the calendar).
102 105
103 @noindent 106 @noindent
104 @vindex calendar-today-marker 107 @vindex calendar-today-marker
105 The variable @code{calendar-today-marker} specifies how to mark today's 108 The variable @code{calendar-today-marker} specifies how to mark today's
106 date. Its value should be a character to insert next to the date or a 109 date. Its value should be a character to insert next to the date or a
107 face name to use for displaying the date. 110 face name to use for displaying the date. A face named
111 @code{calendar-today-face} is provided for this purpose; that symbol is
112 the default for this variable when Emacs supports multiple faces on your
113 terminal.
108 114
109 @vindex today-invisible-calendar-hook 115 @vindex today-invisible-calendar-hook
110 @noindent 116 @noindent
111 A similar normal hook, @code{today-invisible-calendar-hook} is run if 117 A similar normal hook, @code{today-invisible-calendar-hook} is run if
112 the current date is @emph{not} visible in the window. 118 the current date is @emph{not} visible in the window.