at least comment on why curly-quotes are not enabled
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl
index 3f84c8e..7c5d123 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -8,6 +8,9 @@
 $LOWER_CASE_TAGS = 1;
 $NO_FRENCH_QUOTES = 1;
 
+# '' in \code{...} is still converted, so we can't use this yet.
+#$USE_CURLY_QUOTES = 1;
+
 # Force Unicode support to be loaded; request UTF-8 output.
 do_require_extension('unicode');
 do_require_extension('utf8');