]> gitweb.factorcode.org Git - factor.git/commitdiff
prettyprint.backend: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jul 2012 18:52:36 +0000 (11:52 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jul 2012 18:52:36 +0000 (11:52 -0700)
basis/prettyprint/backend/backend-docs.factor

index 165621887fd77a5c496bf9b795dfa31edcd94060..556cdee0eed0b5cd055286b295f7c78f3c74139c 100644 (file)
@@ -11,7 +11,7 @@ HELP: pprint-word
 $prettyprinting-note ;
 
 HELP: ch>ascii-escape
-{ $values { "ch" "a character" } { "str" string } }
+{ $values { "ch" "a character" } { "ch'" "a character" } { "?" boolean } }
 { $description "Converts a character to an escape code." } ;
 
 HELP: unparse-ch