diff options
| author | Gerd Moellmann | 1999-11-03 13:39:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-03 13:39:34 +0000 |
| commit | dadec482301e636433a178cf19e5227ec7314313 (patch) | |
| tree | a89d586d7e8132dda42d5eb1fd5d96e8122c826b | |
| parent | a5c7ef8bc4f3bea8330c4c685c97d885bf0164d5 (diff) | |
| download | emacs-dadec482301e636433a178cf19e5227ec7314313.tar.gz emacs-dadec482301e636433a178cf19e5227ec7314313.zip | |
Patch from rms.
| -rw-r--r-- | lispref/calendar.texi | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lispref/calendar.texi b/lispref/calendar.texi index 7f5b2b31323..4b60a19505b 100644 --- a/lispref/calendar.texi +++ b/lispref/calendar.texi | |||
| @@ -52,8 +52,7 @@ window. | |||
| 52 | @code{t} in order to mark any dates with diary entries. This takes | 52 | @code{t} in order to mark any dates with diary entries. This takes |
| 53 | effect whenever the calendar window contents are recomputed. There are | 53 | effect whenever the calendar window contents are recomputed. There are |
| 54 | two ways of marking these dates: by changing the face (@pxref{Faces}), | 54 | two ways of marking these dates: by changing the face (@pxref{Faces}), |
| 55 | if the display supports that, or by placing a plus sign (@samp{+}) | 55 | or by placing a plus sign (@samp{+}) beside the date. |
| 56 | beside the date otherwise. | ||
| 57 | 56 | ||
| 58 | @vindex mark-holidays-in-calendar | 57 | @vindex mark-holidays-in-calendar |
| 59 | Similarly, setting the variable @code{mark-holidays-in-calendar} to | 58 | Similarly, setting the variable @code{mark-holidays-in-calendar} to |
| @@ -68,8 +67,7 @@ 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 | 67 | variable @code{diary-entry-marker} specifies how to mark a date that has |
| 69 | diary entries. The calendar creates faces named @code{holiday-face} and | 68 | diary entries. The calendar creates faces named @code{holiday-face} and |
| 70 | @code{diary-face} for these purposes; those symbols are the default | 69 | @code{diary-face} for these purposes; those symbols are the default |
| 71 | values of these variables, when Emacs supports multiple faces on your | 70 | values of these variables. |
| 72 | terminal. | ||
| 73 | 71 | ||
| 74 | @vindex calendar-load-hook | 72 | @vindex calendar-load-hook |
| 75 | The variable @code{calendar-load-hook} is a normal hook run when the | 73 | The variable @code{calendar-load-hook} is a normal hook run when the |
| @@ -109,8 +107,7 @@ The variable @code{calendar-today-marker} specifies how to mark today's | |||
| 109 | date. Its value should be a character to insert next to the date or a | 107 | date. Its value should be a character to insert next to the date or a |
| 110 | face name to use for displaying the date. A face named | 108 | face name to use for displaying the date. A face named |
| 111 | @code{calendar-today-face} is provided for this purpose; that symbol is | 109 | @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 | 110 | the default for this variable. |
| 113 | terminal. | ||
| 114 | 111 | ||
| 115 | @vindex today-invisible-calendar-hook | 112 | @vindex today-invisible-calendar-hook |
| 116 | @noindent | 113 | @noindent |