prettyprint.backend: Fix bad refactor.

modern-harvey3
Doug Coleman 2019-10-06 13:44:44 -05:00
parent 1724ae15a9
commit 810ba323c9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ HELP: pprint-word
$prettyprinting-note ; $prettyprinting-note ;
HELP: ch>ascii-escape HELP: ch>ascii-escape
{ $values { "ch" "a character" } { "char: " "a character" } { "?" boolean } } { $values { "ch" "a character" } { "ch'" "a character" } { "?" boolean } }
{ $description "Converts a character to an escape code." } ; { $description "Converts a character to an escape code." } ;
HELP: unparse-ch HELP: unparse-ch