From: John Darrington Date: Mon, 1 Dec 2008 12:50:16 +0000 (+0900) Subject: Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv/git/pspp X-Git-Tag: v0.7.1~50^2~8 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a1201de864c76f5a8c78166dc4ff2ea4151e5d;hp=0a4735195d1915fa25be69ea13b9591813dbc978;p=pspp-builds.git Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv/git/pspp --- 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