diff options
| -rw-r--r-- | doc/emacs/fortran-xtra.texi | 12 |
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 |
| 73 | commands @code{fortran-end-of-subprogram} and | 73 | commands @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), |
| 75 | mode), Fortran mode provides special commands to move by statements and | 75 | Fortran mode provides special commands to move by statements and other |
| 76 | other program units. | 76 | program 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 | |||
| 129 | is like @code{fortran-end-of-block}, but moves backwards. | 129 | is like @code{fortran-end-of-block}, but moves backwards. |
| 130 | @end table | 130 | @end table |
| 131 | 131 | ||
| 132 | The commands @code{fortran-end-of-subprogram} and | 132 | The 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 |
| 134 | current subprogram, respectively. The commands @code{fortran-mark-do} | 134 | current subprogram, respectively. The commands @code{fortran-mark-do} |
| 135 | and @code{fortran-mark-if} mark the end of the current @code{do} or | 135 | and @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. |