emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Mon, 21 Mar 2005 14:02:04 -0500

Index: emacs/man/programs.texi
diff -c emacs/man/programs.texi:1.89 emacs/man/programs.texi:1.90
*** emacs/man/programs.texi:1.89        Sun Mar  6 17:32:45 2005
--- emacs/man/programs.texi     Mon Mar 21 19:02:02 2005
***************
*** 1843,1857 ****
  @table @kbd
  @kindex C-c C-n @r{(Fortran mode)}
  @findex fortran-next-statement
  @item C-c C-n
! Move to beginning of current or next statement
! (@code{fortran-next-statement}).
  
  @kindex C-c C-p @r{(Fortran mode)}
  @findex fortran-previous-statement
  @item C-c C-p
! Move to beginning of current or previous statement
! (@code{fortran-previous-statement}).
  @end table
  
  @node Fortran Indent
--- 1843,1893 ----
  @table @kbd
  @kindex C-c C-n @r{(Fortran mode)}
  @findex fortran-next-statement
+ @findex f90-next-statement
  @item C-c C-n
! Move to the beginning of the next statement
! (@code{fortran-next-statement}/@code{f90-next-statement}).
  
  @kindex C-c C-p @r{(Fortran mode)}
  @findex fortran-previous-statement
+ @findex f90-previous-statement
  @item C-c C-p
! Move to the beginning of the previous statement
! (@code{fortran-previous-statement}/@code{f90-previous-statement}).
! If there is no previous statement (i.e. if called from the first
! statement in the buffer), move to the start of the buffer.
! 
! @kindex C-c C-e @r{(F90 mode)}
! @findex f90-next-block
! @item C-c C-e
! Move point forward to the start of the next code block
! (@code{f90-next-block}).  A code block is a subroutine,
! @address@hidden statement, and so forth.  This command exists
! for F90 mode only, not Fortran mode.  With a numeric argument, this
! moves forward that many blocks.
! 
! @kindex C-c C-a @r{(F90 mode)}
! @findex f90-previous-block
! @item C-c C-a
! Move point backward to the previous code block
! (@code{f90-previous-block}).  This is like @code{f90-next-block}, but
! moves backwards.
! 
! @kindex C-M-n @r{(F90 mode)}
! @findex f90-end-of-block
! @item C-M-n
! Move to the end of the current code block (@code{f90-end-of-block}).
! This is for F90 mode only.  With a numeric agument, move forward that
! number of blocks.  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.  The mark is set before moving point.
! 
! @kindex C-M-p @r{(F90 mode)}
! @findex f90-beginning-of-block
! @item C-M-p
! Move to the start of the current code block
! (@code{f90-beginning-of-block}). This is like @code{f90-end-of-block},
! but moves backwards.
  @end table
  
  @node Fortran Indent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]