changeset 61133:2338a101c46a

(Fortran Motion): Fix previous change.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Mar 2005 11:57:10 +0000
parents d1a713ac3941
children ac45ed541a16
files man/programs.texi
diffstat 1 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/man/programs.texi	Wed Mar 30 11:56:45 2005 +0000
+++ b/man/programs.texi	Wed Mar 30 11:57:10 2005 +0000
@@ -1878,24 +1878,22 @@
 moves backwards.
 
 @kindex C-M-n @r{(Fortran mode)}
-@kindex C-M-n @r{(F90 mode)}
 @findex fortran-end-of-block
 @findex f90-end-of-block
 @item C-M-n
-Move to the end of the current code block (@code{fortran-end-of-block},
-@code{f90-end-of-block}).  With a numeric agument, move forward that
-number of blocks.  The mark is set before moving point.  The F90 mode
-version of this command checks for consistency of block types and labels
-(if present), but it does not check the outermost block since that may
-be incomplete.
+Move to the end of the current code block
+(@code{fortran-end-of-block}/@code{f90-end-of-block}).  With a numeric
+agument, move forward that number of blocks.  The mark is set before
+moving point.  The F90 mode version of this command checks for
+consistency of block types and labels (if present), but it does not
+check the outermost block since that may be incomplete.
 
 @kindex C-M-p @r{(Fortran mode)}
-@kindex C-M-p @r{(F90 mode)}
 @findex fortran-beginning-of-block
 @findex f90-beginning-of-block
 @item C-M-p
 Move to the start of the current code block
-(@code{fortran-beginning-of-block}, @code{f90-beginning-of-block}). This
+(@code{fortran-beginning-of-block}/@code{f90-beginning-of-block}). This
 is like @code{fortran-end-of-block}, but moves backwards.
 @end table