]> git.eshelyaron.com Git - emacs.git/commitdiff
Re-order a few things to reduce some underfull lines in dvi output.
authorGlenn Morris <rgm@gnu.org>
Thu, 2 Jul 2009 02:25:04 +0000 (02:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 2 Jul 2009 02:25:04 +0000 (02:25 +0000)
doc/emacs/cal-xtra.texi
doc/emacs/fortran-xtra.texi

index 082de637633d9aef0ebbb5c797b30a0fcee06eb8..38809ef19bffba7a8a4198c5a614358778a9fe1b 100644 (file)
@@ -34,8 +34,8 @@ diary suit your personal tastes.
   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.
@@ -92,16 +92,16 @@ the current date is @emph{not} visible in the window.
 @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
index 221daae755af36fed37a5fea45b6531da82f32e8..e501fe0b16f5f25c7b2ed5cc120cd68168b05e21 100644 (file)
@@ -70,10 +70,10 @@ command runs the hook @code{fortran-mode-hook}.
 
   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)}
@@ -129,8 +129,8 @@ Move to the start of the current code block
 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.