src/ui/syntax-gen.c: Correct misleading comment
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 25 Apr 2014 04:18:58 +0000 (06:18 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 25 Apr 2014 17:14:41 +0000 (19:14 +0200)
src/ui/syntax-gen.c

index dca3bd3c5b3cb778dde442553cebd40c83c23152..50f884a3ff2dbba7b28b21f0253dba80a6865fb1 100644 (file)
@@ -301,9 +301,7 @@ syntax_gen_pspp_valist (struct string *output, const char *format,
 
      %d: Same as printf's %d.
 
-     %fp: The double argument is formatted precisely as a PSPP
-          number, as if with a call to syntax_gen_number with a
-          null FORMAT argument.
+     %f %g: Same as printf.
 
      %%: Literal %.