Index: compilers/pge/PGE/Match.pir
===================================================================
--- compilers/pge/PGE/Match.pir	(revision 32414)
+++ compilers/pge/PGE/Match.pir	(working copy)
@@ -333,7 +333,7 @@
 .end
 
 
-=item C<__get_bool()>
+=item C<get_bool()>
 
 Returns 1 if this object successfully matched the target string,
 0 otherwise.
@@ -347,7 +347,7 @@
     .return ($I1)
 .end
 
-=item C<__get_integer()>
+=item C<get_integer()>
 
 Returns the integer value of this match.
 
@@ -358,7 +358,7 @@
     .return ($I0)
 .end
 
-=item C<__get_number()>
+=item C<get_number()>
 
 Returns the numeric value of this match.
 
@@ -369,7 +369,7 @@
     .return ($N0)
 .end
 
-=item C<__get_string()>
+=item C<get_string()>
 
 Returns the portion of the target string matched by this object.
 
