diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-15 23:06:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-15 23:06:28 +0000 |
commit | 70edacb2eae1d625267930eeb7fd87a65015d2b9 (patch) | |
tree | 00a94fb3130361e7a38c96b0ce0bcc73a558a5a8 | |
parent | 1918eb837f5548c3aacb84726c2668cb38640e6c (diff) |
spelled out comma and semi-colon to make things clear
svn path=/trunk/; revision=4409
-rw-r--r-- | doc/pddp/makefilename-help.pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pddp/makefilename-help.pd b/doc/pddp/makefilename-help.pd index 703d0d06..703c1c64 100644 --- a/doc/pddp/makefilename-help.pd +++ b/doc/pddp/makefilename-help.pd @@ -195,7 +195,7 @@ box.; #X obj 86 325 makefilename ASCII=%c; #X text 44 378 Watch out! ASCII characters 123 and 125 (curly braces) lock up Pd. Also \, reserved characters that Pd uses show up with a -backslash in front of them ( \, \; and backslash).; +backslash in front of them (comma \, semi-colon \, and backslash).; #X text 45 507 - currently \, floats are not supported via the printf %f pattern. You can only display the integer part of the float using %d or %X.; |