This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Deindent by 1 space to left margin.
[perl5.git] / util.h
diff --git a/util.h b/util.h
index 6e63f3b..3310b11 100644 (file)
--- a/util.h
+++ b/util.h
 
 =for apidoc ibcmp
 
-This is a synonym for (! foldEQ())
+This is a synonym for S<C<(! foldEQ())>>
 
 =for apidoc ibcmp_locale
 
-This is a synonym for (! foldEQ_locale())
+This is a synonym for S<C<(! foldEQ_locale())>>
 
 =cut
 */
@@ -230,11 +230,5 @@ means arg not present, 1 is empty string/null byte */
 #endif
 
 /*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
  * ex: set ts=8 sts=4 sw=4 et:
  */