Add mutual links to VARIABLE/DATAFILE ATTRIBUTE documentation
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 30 Nov 2008 05:46:24 +0000 (14:46 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 30 Nov 2008 05:46:24 +0000 (14:46 +0900)
doc/data-io.texi
doc/variables.texi

index 335d6c46030060d8d4ed8cd04a4dfc02ec17366a..59132bfddc96c08b02dd862f29c5d6011177e6cb 100644 (file)
@@ -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
index 95a5b67b6ff6c5aa9fa91db119aeb408cdd2fb98..d5e2d14543bbe7d6c506a4854962daffb4bac643 100644 (file)
@@ -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