From: John Darrington Date: Sun, 30 Nov 2008 05:46:24 +0000 (+0900) Subject: Add mutual links to VARIABLE/DATAFILE ATTRIBUTE documentation X-Git-Tag: v0.7.1~50^2~9 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=8ea97bfb8e21cac5964212c175782c48159764b7 Add mutual links to VARIABLE/DATAFILE ATTRIBUTE documentation --- diff --git a/doc/data-io.texi b/doc/data-io.texi index 335d6c46..59132bfd 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -130,7 +130,7 @@ elements numbered higher than the deleted element are shifted down, filling the vacated position. To associate custom attributes with particular variables, instead of -with the entire active file, use @cmd{VARIABLE ATTRIBUTE} instead. +with the entire active file, use @cmd{VARIABLE ATTRIBUTE} (@pxref{VARIABLE ATTRIBUTE}) instead. @cmd{DATAFILE ATTRIBUTE} takes effect immediately. It is not affected by conditional and looping structures such as @cmd{DO IF} or diff --git a/doc/variables.texi b/doc/variables.texi index 95a5b67b..d5e2d145 100644 --- a/doc/variables.texi +++ b/doc/variables.texi @@ -417,7 +417,7 @@ the latter case, all the array elements numbered higher than the deleted element are shifted down, filling the vacated position. To associate custom attributes with the entire active file, instead of -with particular variables, use @cmd{DATAFILE ATTRIBUTE} instead. +with particular variables, use @cmd{DATAFILE ATTRIBUTE} (@pxref{DATAFILE ATTRIBUTE}) instead. @cmd{VARIABLE ATTRIBUTE} takes effect immediately. It is not affected by conditional and looping structures such as @cmd{DO IF} or