diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 5e8814feff638c6ea90b1c821eddf4e46dc77ae9..a0576511753b2d01c48d265d1813fc59567b3f88 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -211,7 +211,6 @@ INF: while(<$inf>) {
     s/\@TeX\{\}/TeX/g;
     s/\@pounds\{\}/\#/g;
     s/\@minus(?:\{\})?/-/g;
-    s/\\,/,/g;
 
     # Now the ones that have to be replaced by special escapes
     # (which will be turned back into text by unmunge())