diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index e4eb61c26c8cdc44665ec69bb5d2618d00a323f3..934c1a27ee4c2fc218eb5afc2daf161abfdfe754 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -380,7 +380,7 @@ sub postprocess # @* is also impossible in .pod; we discard it and any newline that # follows it. Similarly, our macro @gol must be discarded. - s/\@anchor{(?:[^\}]*)\}//g; + s/\@anchor\{(?:[^\}]*)\}//g; s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g; s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g; s/;\s+\@pxref\{(?:[^\}]*)\}//g;