From d3f95dbf786181d7af5d2ade37ad2f69e60ea1dd Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 19 Aug 2024 15:08:01 -0700 Subject: [PATCH] doc: Document FILTER on REGRESSION. Thanks to Andreas Hammer for the suggestion. --- doc/regression.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/regression.texi b/doc/regression.texi index d3d5a198f7..3cf1330acd 100644 --- a/doc/regression.texi +++ b/doc/regression.texi @@ -114,8 +114,9 @@ already exists, choose the name of the variable for the predicted values similarly, but with @samp{PRED} as a prefix. -When @subcmd{SAVE} is used, @pspp{} ignores @cmd{TEMPORARY}, treating -temporary transformations as permanent. +When @subcmd{SAVE} is used, @pspp{} ignores @cmd{FILTER}, processing +every case, and @cmd{TEMPORARY}, treating temporary transformations as +permanent. @node Examples @subsection Examples -- 2.30.2