Clarify AGGREGATE.
authorBen Pfaff <blp@gnu.org>
Sun, 13 Mar 2005 20:41:31 +0000 (20:41 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 13 Mar 2005 20:41:31 +0000 (20:41 +0000)
doc/transformation.texi

index b89edb0d6722812271cbf78cc5938dc261ad79b5..7ad217b3bd03bc227e11a8cdf6cab953c06b81ef 100644 (file)
@@ -179,8 +179,9 @@ character codes.  On most modern computers, this is a form of ASCII.
 
 The aggregation functions listed above exclude all user-missing values
 from calculations.  To include user-missing values, insert a period
-(@samp{.}) between the function name and left parenthesis
-(e.g.@: @samp{SUM.}).
+(@samp{.}) at the end of the function name.  (e.g.@: @samp{SUM.}).
+(Be aware that specifying such a function as the last token on a line
+will cause the period to be interpreted as the end of the command.)
 
 @cmd{AGGREGATE} both ignores and cancels the current @cmd{SPLIT FILE}
 settings (@pxref{SPLIT FILE}).