aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index a6ab8a0..4c0eec9 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1717,7 +1717,7 @@ proc_texi_buffer (FILE *fp, const char *line, size_t len,
cond_parse_dash = 0;
}
else if (*s == '\\')
- writestr ("\\[rs]", "\\\\", fp);
+ writestr ("\\[rs]", "\", fp);
else if (cond_parse_dash == 1 && sect && *s == '-')
/* Handle -- and --- when it's _not_ in an argument. */
{