diff options
author | Glenn Morris <rgm@gnu.org> | 2005-03-30 11:57:10 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-03-30 11:57:10 +0000 |
commit | ba0243c6345b45b81a4e7eff3b45cfb86ad97579 (patch) | |
tree | 58d5c607ea08f3f3a493550e1b11997a76d4b00b /man/programs.texi | |
parent | 388f6d91abf030cfd27e3ef96d332caac47e001c (diff) | |
download | emacs-ba0243c6345b45b81a4e7eff3b45cfb86ad97579.tar.gz |
(Fortran Motion): Fix previous change.
Diffstat (limited to 'man/programs.texi')
-rw-r--r-- | man/programs.texi | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/man/programs.texi b/man/programs.texi index 09f65f272cc..98e60d0385c 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1878,24 +1878,22 @@ Move point backward to the previous code block 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 |