emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 5bab671: Fix xrefs in pdf Emacs manual


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 5bab671: Fix xrefs in pdf Emacs manual
Date: Wed, 28 Mar 2018 14:21:14 -0400 (EDT)

branch: emacs-26
commit 5bab671521774ba646ab3dff642e7c33fdf98864
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Fix xrefs in pdf Emacs manual
    
    * doc/emacs/fortran-xtra.texi (ForIndent Cont, ForIndent Num)
    (Fortran Columns):
    * doc/emacs/picture-xtra.texi (Rectangles in Picture):
    Fix recent changes that neglected the splitting of the pdf manuals.
---
 doc/emacs/fortran-xtra.texi | 24 +++++++++++++++++++++---
 doc/emacs/picture-xtra.texi |  9 ++++++++-
 2 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi
index 859c613..fa5a3e6 100644
--- a/doc/emacs/fortran-xtra.texi
+++ b/doc/emacs/fortran-xtra.texi
@@ -208,7 +208,13 @@ line is a continuation of the previous line.  We call this 
@dfn{fixed
 form}.  (In GNU Emacs we always count columns from 0; but note that
 the Fortran standard counts from 1.  You can customize the variable
 @code{column-number-indicator-zero-based} to make the column display
-Fortran-like; @pxref{Optional Mode Line}.)  The variable
address@hidden
+Fortran-like; @pxref{Optional Mode Line,,, emacs, the Emacs Manual}.)
address@hidden iftex
address@hidden
+Fortran-like; @pxref{Optional Mode Line}.)
address@hidden ifnottex
+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
@@ -254,7 +260,13 @@ column 8 must consist of one tab character.
 indentation assumes it is a line number and moves it to columns 0
 through 4.  (Columns always count from 0 in Emacs, but setting
 @code{column-number-indicator-zero-based} to @code{nil} can change
-that, @pxref{Optional Mode Line}.)
+that,
address@hidden
address@hidden Mode Line,,, emacs, the Emacs Manual}.)
address@hidden iftex
address@hidden
address@hidden Mode Line}.)
address@hidden ifnottex
 
 @vindex fortran-line-number-indent
   Line numbers of four digits or less are normally indented one space.
@@ -535,7 +547,13 @@ statement body.  Column numbers appear above them.
 
   Note that the column numbers count from zero, as always in GNU Emacs
 (but customizing @code{column-number-indicator-zero-based} can change
-column display to match that of Fortran; @pxref{Optional Mode Line}).
+column display to match that of Fortran;
address@hidden
address@hidden Mode Line,,, emacs, the Emacs Manual}.)
address@hidden iftex
address@hidden
address@hidden Mode Line}.)
address@hidden ifnottex
 As a result, the numbers may be one less than those you are familiar
 with; but the positions they indicate in the line are standard for
 Fortran.
diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi
index 288a6e8..9ebc78e 100644
--- a/doc/emacs/picture-xtra.texi
+++ b/doc/emacs/picture-xtra.texi
@@ -262,7 +262,14 @@ Clear out the region-rectangle with spaces
 text.
 @item C-c C-w @var{r}
 Similar, but save rectangle contents in register @var{r} first
-(@code{picture-clear-rectangle-to-register}).  @xref{Registers}.
+(@code{picture-clear-rectangle-to-register}).
address@hidden
address@hidden,,, emacs, the Emacs Manual}.
address@hidden iftex
address@hidden
address@hidden
address@hidden ifnottex
+
 @item C-c C-y
 Copy last killed rectangle into the buffer by overwriting, with upper
 left corner at point (@code{picture-yank-rectangle}).  With argument,



reply via email to

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