From 61391bf7ffd53bf18fcf14fa0c15ffa9a08ad2df Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 30 Nov 2019 13:49:03 +0100 Subject: [PATCH] Documentation: Correct some inappropriate uses of @xref --- doc/data-io.texi | 2 +- doc/language.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/data-io.texi b/doc/data-io.texi index f2e855b4f1..81911983c8 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -986,7 +986,7 @@ MATRIX DATA The @cmd{MATRIX DATA} command is used to input data in the form of matrices which can subsequently be used by other commands. If the @subcmd{FILE} is omitted or takes the value @samp{INLINE} then the command -should immediately followed by @cmd{BEGIN DATA}, @xref{BEGIN DATA}. +should immediately followed by @cmd{BEGIN DATA} (@pxref{BEGIN DATA}). There is one mandatory subcommand, @i{viz:} @subcmd{VARIABLES}, which defines the @var{columns} of the matrix. diff --git a/doc/language.texi b/doc/language.texi index 1c998d9926..55ca55ffdc 100644 --- a/doc/language.texi +++ b/doc/language.texi @@ -1442,7 +1442,7 @@ Operators and punctuators. @cindex @code{.} @item @code{.} The end of the command. This is not necessarily an actual dot in the -syntax file: @xref{Commands}, for more details. +syntax file (@pxref{Commands}). @end table @item -- 2.30.2