aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-02 02:31:12 +0000
committerGlenn Morris2009-07-02 02:31:12 +0000
commite1fbeef1fbe4607abb1c6d8d02e7c875c03abb13 (patch)
tree16798de75f3a30b2caa1fef831bb39ef169b9bae
parent4772c848931ba35154eb6717041e65f257ff1be0 (diff)
downloademacs-e1fbeef1fbe4607abb1c6d8d02e7c875c03abb13.tar.gz
emacs-e1fbeef1fbe4607abb1c6d8d02e7c875c03abb13.zip
Re-order a few things to reduce some underfull lines in dvi output.
-rw-r--r--doc/emacs/fortran-xtra.texi12
1 files changed, 6 insertions, 6 deletions
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}.
70 70
71 In addition to the normal commands for moving by and operating on 71 In addition to the normal commands for moving by and operating on
72``defuns'' (Fortran subprograms---functions and subroutines, using the 72``defuns'' (Fortran subprograms---functions and subroutines, using the
73commands @code{fortran-end-of-subprogram} and 73commands @code{fortran-beginning-of-subprogram} and
74@code{fortran-beginning-of-subprogram}; as well as modules for F90 74@code{fortran-end-of-subprogram}; as well as modules for F90 mode),
75mode), Fortran mode provides special commands to move by statements and 75Fortran mode provides special commands to move by statements and other
76other program units. 76program units.
77 77
78@table @kbd 78@table @kbd
79@kindex C-c C-n @r{(Fortran mode)} 79@kindex C-c C-n @r{(Fortran mode)}
@@ -129,8 +129,8 @@ Move to the start of the current code block
129is like @code{fortran-end-of-block}, but moves backwards. 129is like @code{fortran-end-of-block}, but moves backwards.
130@end table 130@end table
131 131
132The commands @code{fortran-end-of-subprogram} and 132The commands @code{fortran-beginning-of-subprogram} and
133@code{fortran-beginning-of-subprogram} move to the end or start of the 133@code{fortran-end-of-subprogram} move to the start or end of the
134current subprogram, respectively. The commands @code{fortran-mark-do} 134current subprogram, respectively. The commands @code{fortran-mark-do}
135and @code{fortran-mark-if} mark the end of the current @code{do} or 135and @code{fortran-mark-if} mark the end of the current @code{do} or
136@code{if} block, and move point to the start. 136@code{if} block, and move point to the start.