diff options
| author | Glenn Morris | 2009-07-02 02:31:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-02 02:31:38 +0000 |
| commit | c1e67aadc08d9267879b0d4e7dd01362813a83a4 (patch) | |
| tree | 6cb2f9e8173bfdbdf62e6df457e2e12343e3d872 | |
| parent | 897f80939756ff7691984497baff9516f27d8259 (diff) | |
| download | emacs-c1e67aadc08d9267879b0d4e7dd01362813a83a4.tar.gz emacs-c1e67aadc08d9267879b0d4e7dd01362813a83a4.zip | |
Re-order a few things to reduce some underfull lines in dvi output.
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 082de637633..38809ef19bf 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi | |||
| @@ -34,8 +34,8 @@ diary suit your personal tastes. | |||
| 34 | The calendar display unfortunately cannot be changed from three | 34 | The calendar display unfortunately cannot be changed from three |
| 35 | months, but you can customize the whitespace used by setting the | 35 | months, but you can customize the whitespace used by setting the |
| 36 | variables: @code{calendar-left-margin}, | 36 | variables: @code{calendar-left-margin}, |
| 37 | @code{calendar-intermonth-spacing}, @code{calendar-column-width}, | 37 | @code{calendar-day-header-width}, @code{calendar-day-digit-width}, |
| 38 | @code{calendar-day-header-width}, and @code{calendar-day-digit-width}. | 38 | @code{calendar-column-width}, and @code{calendar-intermonth-spacing}. |
| 39 | To display text @emph{between} the months, for example week numbers, | 39 | To display text @emph{between} the months, for example week numbers, |
| 40 | customize the variables @code{calendar-intermonth-header} and | 40 | customize the variables @code{calendar-intermonth-header} and |
| 41 | @code{calendar-intermonth-text} as described in their documentation. | 41 | @code{calendar-intermonth-text} as described in their documentation. |
| @@ -92,16 +92,16 @@ the current date is @emph{not} visible in the window. | |||
| 92 | @vindex holiday-oriental-holidays | 92 | @vindex holiday-oriental-holidays |
| 93 | @vindex holiday-solar-holidays | 93 | @vindex holiday-solar-holidays |
| 94 | Emacs knows about holidays defined by entries on one of several lists. | 94 | Emacs knows about holidays defined by entries on one of several lists. |
| 95 | The lists of holidays that Emacs uses are for general holidays | 95 | The lists of holidays that Emacs uses are for |
| 96 | (@code{holiday-general-holidays}), local holidays | 96 | general holidays (@code{holiday-general-holidays}), |
| 97 | (@code{holiday-local-holidays}), Baha'i holidays | 97 | local holidays (@code{holiday-local-holidays}), |
| 98 | (@code{holiday-bahai-holidays}), Christian holidays | 98 | sun- and moon-related holidays (@code{holiday-solar-holidays}), |
| 99 | (@code{holiday-christian-holidays}), Hebrew (Jewish) holidays | 99 | Baha'i holidays (@code{holiday-bahai-holidays}), |
| 100 | (@code{holiday-hebrew-holidays}), Islamic (Muslim) holidays | 100 | Christian holidays (@code{holiday-christian-holidays}), |
| 101 | (@code{holiday-islamic-holidays}), Oriental holidays | 101 | Hebrew (Jewish) holidays (@code{holiday-hebrew-holidays}), |
| 102 | (@code{holiday-oriental-holidays}), sun- and moon-related holidays | 102 | Islamic (Muslim) holidays (@code{holiday-islamic-holidays}), |
| 103 | (@code{holiday-solar-holidays}), and other holidays | 103 | Oriental holidays (@code{holiday-oriental-holidays}), |
| 104 | (@code{holiday-other-holidays}). | 104 | and other holidays (@code{holiday-other-holidays}). |
| 105 | 105 | ||
| 106 | You can customize these lists of holidays to your own needs, deleting or | 106 | You can customize these lists of holidays to your own needs, deleting or |
| 107 | adding holidays as described below. Set any of them to @code{nil} to | 107 | adding holidays as described below. Set any of them to @code{nil} to |