aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-03-28 14:20:57 -0400
committerGlenn Morris2018-03-28 14:20:57 -0400
commit5bab671521774ba646ab3dff642e7c33fdf98864 (patch)
tree7a94d1a6b1bbd1cc25e6ef106130b6d966231ad1
parent9bff405d09f6eeeb577e6e0111e49f35d3b95b52 (diff)
downloademacs-5bab671521774ba646ab3dff642e7c33fdf98864.tar.gz
emacs-5bab671521774ba646ab3dff642e7c33fdf98864.zip
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.
-rw-r--r--doc/emacs/fortran-xtra.texi24
-rw-r--r--doc/emacs/picture-xtra.texi9
2 files changed, 29 insertions, 4 deletions
diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi
index 859c6132436..fa5a3e6eafb 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
208form}. (In GNU Emacs we always count columns from 0; but note that 208form}. (In GNU Emacs we always count columns from 0; but note that
209the Fortran standard counts from 1. You can customize the variable 209the Fortran standard counts from 1. You can customize the variable
210@code{column-number-indicator-zero-based} to make the column display 210@code{column-number-indicator-zero-based} to make the column display
211Fortran-like; @pxref{Optional Mode Line}.) The variable 211@iftex
212Fortran-like; @pxref{Optional Mode Line,,, emacs, the Emacs Manual}.)
213@end iftex
214@ifnottex
215Fortran-like; @pxref{Optional Mode Line}.)
216@end ifnottex
217The variable
212@code{fortran-continuation-string} specifies what character to put in 218@code{fortran-continuation-string} specifies what character to put in
213column 5. A line that starts with a tab character followed by any digit 219column 5. A line that starts with a tab character followed by any digit
214except @samp{0} is also a continuation line. We call this style of 220except @samp{0} is also a continuation line. We call this style of
@@ -254,7 +260,13 @@ column 8 must consist of one tab character.
254indentation assumes it is a line number and moves it to columns 0 260indentation assumes it is a line number and moves it to columns 0
255through 4. (Columns always count from 0 in Emacs, but setting 261through 4. (Columns always count from 0 in Emacs, but setting
256@code{column-number-indicator-zero-based} to @code{nil} can change 262@code{column-number-indicator-zero-based} to @code{nil} can change
257that, @pxref{Optional Mode Line}.) 263that,
264@iftex
265@pxref{Optional Mode Line,,, emacs, the Emacs Manual}.)
266@end iftex
267@ifnottex
268@pxref{Optional Mode Line}.)
269@end ifnottex
258 270
259@vindex fortran-line-number-indent 271@vindex fortran-line-number-indent
260 Line numbers of four digits or less are normally indented one space. 272 Line numbers of four digits or less are normally indented one space.
@@ -535,7 +547,13 @@ statement body. Column numbers appear above them.
535 547
536 Note that the column numbers count from zero, as always in GNU Emacs 548 Note that the column numbers count from zero, as always in GNU Emacs
537(but customizing @code{column-number-indicator-zero-based} can change 549(but customizing @code{column-number-indicator-zero-based} can change
538column display to match that of Fortran; @pxref{Optional Mode Line}). 550column display to match that of Fortran;
551@iftex
552@pxref{Optional Mode Line,,, emacs, the Emacs Manual}.)
553@end iftex
554@ifnottex
555@pxref{Optional Mode Line}.)
556@end ifnottex
539As a result, the numbers may be one less than those you are familiar 557As a result, the numbers may be one less than those you are familiar
540with; but the positions they indicate in the line are standard for 558with; but the positions they indicate in the line are standard for
541Fortran. 559Fortran.
diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi
index 288a6e89aa9..9ebc78ec628 100644
--- a/doc/emacs/picture-xtra.texi
+++ b/doc/emacs/picture-xtra.texi
@@ -262,7 +262,14 @@ Clear out the region-rectangle with spaces
262text. 262text.
263@item C-c C-w @var{r} 263@item C-c C-w @var{r}
264Similar, but save rectangle contents in register @var{r} first 264Similar, but save rectangle contents in register @var{r} first
265(@code{picture-clear-rectangle-to-register}). @xref{Registers}. 265(@code{picture-clear-rectangle-to-register}).
266@iftex
267@xref{Registers,,, emacs, the Emacs Manual}.
268@end iftex
269@ifnottex
270@xref{Registers}.
271@end ifnottex
272
266@item C-c C-y 273@item C-c C-y
267Copy last killed rectangle into the buffer by overwriting, with upper 274Copy last killed rectangle into the buffer by overwriting, with upper
268left corner at point (@code{picture-yank-rectangle}). With argument, 275left corner at point (@code{picture-yank-rectangle}). With argument,