]> code.delx.au - gnu-emacs/blobdiff - man/fortran-xtra.texi
*** empty log message ***
[gnu-emacs] / man / fortran-xtra.texi
index 2b911be15b93f3680bb1b214f8ebcac9a2b7c208..735404a0bf45c7555cec9fe03447b18ad26facf3 100644 (file)
@@ -94,7 +94,7 @@ moves backwards.
 @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
+argument, 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.
@@ -179,7 +179,7 @@ the Fortran standard counts from 1.)  The variable
 @code{fortran-continuation-string} specifies what character to put in
 column 5.  A line that starts with a tab character followed by any digit
 except @samp{0} is also a continuation line.  We call this style of
-continuation @dfn{tab format}.  (Fortran90 introduced ``free format'',
+continuation @dfn{tab format}.  (Fortran90 introduced ``free format,''
 with another style of continuation lines).
 
 @vindex indent-tabs-mode @r{(Fortran mode)}