The calendar display unfortunately cannot be changed from three
months, but you can customize the whitespace used by setting the
variables: @code{calendar-left-margin},
-@code{calendar-intermonth-spacing}, @code{calendar-column-width},
-@code{calendar-day-header-width}, and @code{calendar-day-digit-width}.
+@code{calendar-day-header-width}, @code{calendar-day-digit-width},
+@code{calendar-column-width}, and @code{calendar-intermonth-spacing}.
To display text @emph{between} the months, for example week numbers,
customize the variables @code{calendar-intermonth-header} and
@code{calendar-intermonth-text} as described in their documentation.
@vindex holiday-oriental-holidays
@vindex holiday-solar-holidays
Emacs knows about holidays defined by entries on one of several lists.
-The lists of holidays that Emacs uses are for general holidays
-(@code{holiday-general-holidays}), local holidays
-(@code{holiday-local-holidays}), Baha'i holidays
-(@code{holiday-bahai-holidays}), Christian holidays
-(@code{holiday-christian-holidays}), Hebrew (Jewish) holidays
-(@code{holiday-hebrew-holidays}), Islamic (Muslim) holidays
-(@code{holiday-islamic-holidays}), Oriental holidays
-(@code{holiday-oriental-holidays}), sun- and moon-related holidays
-(@code{holiday-solar-holidays}), and other holidays
-(@code{holiday-other-holidays}).
+The lists of holidays that Emacs uses are for
+general holidays (@code{holiday-general-holidays}),
+local holidays (@code{holiday-local-holidays}),
+sun- and moon-related holidays (@code{holiday-solar-holidays}),
+Baha'i holidays (@code{holiday-bahai-holidays}),
+Christian holidays (@code{holiday-christian-holidays}),
+Hebrew (Jewish) holidays (@code{holiday-hebrew-holidays}),
+Islamic (Muslim) holidays (@code{holiday-islamic-holidays}),
+Oriental holidays (@code{holiday-oriental-holidays}),
+and other holidays (@code{holiday-other-holidays}).
You can customize these lists of holidays to your own needs, deleting or
adding holidays as described below. Set any of them to @code{nil} to
In addition to the normal commands for moving by and operating on
``defuns'' (Fortran subprograms---functions and subroutines, using the
-commands @code{fortran-end-of-subprogram} and
-@code{fortran-beginning-of-subprogram}; as well as modules for F90
-mode), Fortran mode provides special commands to move by statements and
-other program units.
+commands @code{fortran-beginning-of-subprogram} and
+@code{fortran-end-of-subprogram}; as well as modules for F90 mode),
+Fortran mode provides special commands to move by statements and other
+program units.
@table @kbd
@kindex C-c C-n @r{(Fortran mode)}
is like @code{fortran-end-of-block}, but moves backwards.
@end table
-The commands @code{fortran-end-of-subprogram} and
-@code{fortran-beginning-of-subprogram} move to the end or start of the
+The commands @code{fortran-beginning-of-subprogram} and
+@code{fortran-end-of-subprogram} move to the start or end of the
current subprogram, respectively. The commands @code{fortran-mark-do}
and @code{fortran-mark-if} mark the end of the current @code{do} or
@code{if} block, and move point to the start.