]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/rstdoc.el
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / emacs / rstdoc.el
index 4221f142ce74e1ea6598fc4118e02d9b6439d253..5b8a9d01311b4d3055bec7af4d6f45832d661f51 100644 (file)
@@ -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")