]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/encodings/utf7/utf7-docs.factor
fix some help-lint errors.
[factor.git] / basis / io / encodings / utf7 / utf7-docs.factor
index aff22d5b02d430d2b7d7b733ce737a039cf94d34..4dabcce5aa36d316920c1fbcc79e43103d0a505d 100644 (file)
@@ -2,7 +2,9 @@ USING: help.markup help.syntax ;
 IN: io.encodings.utf7
 
 HELP: utf7
+{ $values { "utf7codec" utf7codec } }
 { $description "Encoding descriptor for UTF-7 encoding." } ;
 
 HELP: utf7imap4
+{ $values { "utf7codec" utf7codec } }
 { $description "Encoding descriptor for the encoding UTF-7 modified for IMAP (see RFC 3501 5.1.3)." } ;