X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Frstdoc.el;h=5b8a9d01311b4d3055bec7af4d6f45832d661f51;hb=HEAD;hp=c7c130154a582841b084343f38787431e0bbe77a;hpb=9d6f4641d17a6100cb8d96bc1e09d3d4999c34f3;p=notmuch diff --git a/emacs/rstdoc.el b/emacs/rstdoc.el index c7c13015..5b8a9d01 100644 --- a/emacs/rstdoc.el +++ b/emacs/rstdoc.el @@ -71,6 +71,7 @@ ("`" . "\\\\`") ("\001" . "'") ("\002" . "`") + ("[*]" . "\\\\*") ("^[[:space:]]*$" . "|br|") ("^[[:space:]]" . "|indent| ")) "list of (regex . replacement) pairs")