From: Glenn Morris Date: Thu, 2 Jul 2009 02:25:04 +0000 (+0000) Subject: Re-order a few things to reduce some underfull lines in dvi output. X-Git-Tag: emacs-pretest-23.0.96~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47869be8d821b9490f2af51b5e1401e3357f6bfc;p=emacs.git Re-order a few things to reduce some underfull lines in dvi output. --- 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. 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 diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi index 221daae755a..e501fe0b16f 100644 --- a/doc/emacs/fortran-xtra.texi +++ b/doc/emacs/fortran-xtra.texi @@ -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.