From 8b85e5c61350e0cee32236ecacc4c7c665188396 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 28 Feb 2019 18:56:55 -0800 Subject: [PATCH] doc: Improve syntax description for COUNT. Thanks to Nolan Void for the report. --- doc/transformation.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/transformation.texi b/doc/transformation.texi index 03d6979136..e10cf8374f 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -313,7 +313,8 @@ When @cmd{COMPUTE} is specified following @cmd{TEMPORARY} @vindex COUNT @display -COUNT @var{var_name} = @var{var}@dots{} (@var{value}@dots{}). +COUNT @var{var_name} = @var{var}@dots{} (@var{value}@dots{}) + [/@var{var_name} = @var{var}@dots{} (@var{value}@dots{})]@dots{} Each @var{value} takes one of the following forms: @var{number} -- 2.30.2