X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Frstdoc.el;h=5b8a9d01311b4d3055bec7af4d6f45832d661f51;hb=93d936c5ae2c694d7fcc310503a182b6bbd603ee;hp=4221f142ce74e1ea6598fc4118e02d9b6439d253;hpb=bdb6956afdd2fca610c3bac0834636835793a831;p=notmuch diff --git a/emacs/rstdoc.el b/emacs/rstdoc.el index 4221f142..5b8a9d01 100644 --- a/emacs/rstdoc.el +++ b/emacs/rstdoc.el @@ -1,4 +1,4 @@ -;;; rstdoc.el --- help generate documentation from docstrings -*-lexical-binding: t-*- +;;; rstdoc.el --- help generate documentation from docstrings -*- lexical-binding: t -*- ;; Copyright (C) 2018 David Bremner @@ -71,6 +71,7 @@ ("`" . "\\\\`") ("\001" . "'") ("\002" . "`") + ("[*]" . "\\\\*") ("^[[:space:]]*$" . "|br|") ("^[[:space:]]" . "|indent| ")) "list of (regex . replacement) pairs")