# HG changeset patch # User William Pitcock # Date 1186658469 18000 # Node ID 70789a2a5a65e5c81cfa8b6c0ffe13277408d076 # Parent 6062ef95818b22d3e54b73724220eb4a436a9479 documentation fixes diff -r 6062ef95818b -r 70789a2a5a65 src/audacious/tuple_formatter.c --- a/src/audacious/tuple_formatter.c Thu Aug 09 06:19:27 2007 -0500 +++ b/src/audacious/tuple_formatter.c Thu Aug 09 06:21:09 2007 -0500 @@ -37,14 +37,15 @@ * language constructs: * - ${field}: prints a field * - ${?field:expr}: evaluates expr if field exists - * - ${=field:"value"}: defines field in the currently iterated + * - ${=field,"value"}: defines field in the currently iterated * tuple as string value of "value" - * - ${=field:value}: defines field in the currently iterated + * - ${=field,value}: defines field in the currently iterated * tuple as integer value of "value" * - ${==field,field:expr}: evaluates expr if both fields are the same * - ${!=field,field:expr}: evaluates expr if both fields are not the same * * everything else is treated as raw text. + * additionally, plugins can add additional instructions! */ typedef struct {