[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs fortran-xtra.texi [EMACS_23_1_RC]
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/doc/emacs fortran-xtra.texi [EMACS_23_1_RC] |
Date: |
Thu, 02 Jul 2009 02:24:47 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_23_1_RC
Changes by: Glenn Morris <gm> 09/07/02 02:24:47
Modified files:
doc/emacs : fortran-xtra.texi
Log message:
Re-order a few things to reduce some underfull lines in dvi output.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/fortran-xtra.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.7&r2=1.7.2.1
Patches:
Index: fortran-xtra.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/fortran-xtra.texi,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- fortran-xtra.texi 8 Jan 2009 05:28:49 -0000 1.7
+++ fortran-xtra.texi 2 Jul 2009 02:24:47 -0000 1.7.2.1
@@ -70,10 +70,10 @@
In addition to the normal commands for moving by and operating on
``defuns'' (Fortran subprograms---functions and subroutines, using the
-commands @code{fortran-end-of-subprogram} and
address@hidden; as well as modules for F90
-mode), Fortran mode provides special commands to move by statements and
-other program units.
+commands @code{fortran-beginning-of-subprogram} and
address@hidden; as well as modules for F90 mode),
+Fortran mode provides special commands to move by statements and other
+program units.
@table @kbd
@kindex C-c C-n @r{(Fortran mode)}
@@ -129,8 +129,8 @@
is like @code{fortran-end-of-block}, but moves backwards.
@end table
-The commands @code{fortran-end-of-subprogram} and
address@hidden move to the end or start of the
+The commands @code{fortran-beginning-of-subprogram} and
address@hidden move to the start or end of the
current subprogram, respectively. The commands @code{fortran-mark-do}
and @code{fortran-mark-if} mark the end of the current @code{do} or
@code{if} block, and move point to the start.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/emacs fortran-xtra.texi [EMACS_23_1_RC],
Glenn Morris <=