comparison man/programs.texi @ 61133:2338a101c46a

(Fortran Motion): Fix previous change.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Mar 2005 11:57:10 +0000
parents 6ce7613a2c0e
children 8db373573379 4da4a09e8b1b
comparison
equal deleted inserted replaced
61132:d1a713ac3941 61133:2338a101c46a
1876 Move point backward to the previous code block 1876 Move point backward to the previous code block
1877 (@code{f90-previous-block}). This is like @code{f90-next-block}, but 1877 (@code{f90-previous-block}). This is like @code{f90-next-block}, but
1878 moves backwards. 1878 moves backwards.
1879 1879
1880 @kindex C-M-n @r{(Fortran mode)} 1880 @kindex C-M-n @r{(Fortran mode)}
1881 @kindex C-M-n @r{(F90 mode)}
1882 @findex fortran-end-of-block 1881 @findex fortran-end-of-block
1883 @findex f90-end-of-block 1882 @findex f90-end-of-block
1884 @item C-M-n 1883 @item C-M-n
1885 Move to the end of the current code block (@code{fortran-end-of-block}, 1884 Move to the end of the current code block
1886 @code{f90-end-of-block}). With a numeric agument, move forward that 1885 (@code{fortran-end-of-block}/@code{f90-end-of-block}). With a numeric
1887 number of blocks. The mark is set before moving point. The F90 mode 1886 agument, move forward that number of blocks. The mark is set before
1888 version of this command checks for consistency of block types and labels 1887 moving point. The F90 mode version of this command checks for
1889 (if present), but it does not check the outermost block since that may 1888 consistency of block types and labels (if present), but it does not
1890 be incomplete. 1889 check the outermost block since that may be incomplete.
1891 1890
1892 @kindex C-M-p @r{(Fortran mode)} 1891 @kindex C-M-p @r{(Fortran mode)}
1893 @kindex C-M-p @r{(F90 mode)}
1894 @findex fortran-beginning-of-block 1892 @findex fortran-beginning-of-block
1895 @findex f90-beginning-of-block 1893 @findex f90-beginning-of-block
1896 @item C-M-p 1894 @item C-M-p
1897 Move to the start of the current code block 1895 Move to the start of the current code block
1898 (@code{fortran-beginning-of-block}, @code{f90-beginning-of-block}). This 1896 (@code{fortran-beginning-of-block}/@code{f90-beginning-of-block}). This
1899 is like @code{fortran-end-of-block}, but moves backwards. 1897 is like @code{fortran-end-of-block}, but moves backwards.
1900 @end table 1898 @end table
1901 1899
1902 @node Fortran Indent 1900 @node Fortran Indent
1903 @subsection Fortran Indentation 1901 @subsection Fortran Indentation