# HG changeset patch # User Glenn Morris # Date 1246501872 0 # Node ID 43b001f69a96f03b714e9c27133ad371c58839e2 # Parent 7d9152b2948ee7963b6da356931edff6c3866f13 Re-order a few things to reduce some underfull lines in dvi output. diff -r 7d9152b2948e -r 43b001f69a96 doc/emacs/fortran-xtra.texi --- a/doc/emacs/fortran-xtra.texi Thu Jul 02 02:30:52 2009 +0000 +++ b/doc/emacs/fortran-xtra.texi Thu Jul 02 02:31:12 2009 +0000 @@ -70,10 +70,10 @@ 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 @@ 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.