mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-03 16:14:11 +01:00
emacs/rstdoc: escape '*'
This is just a regular character in docstrings (as it is fairly often used in lisp identifiers and buffer names) but is the start of emphasis in rst. This change is needed to quell a noisy warning when including notmuch-tree.rsti
This commit is contained in:
parent
731697d671
commit
8c4f38092a
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
("`" . "\\\\`")
|
||||
("\001" . "'")
|
||||
("\002" . "`")
|
||||
("[*]" . "\\\\*")
|
||||
("^[[:space:]]*$" . "|br|")
|
||||
("^[[:space:]]" . "|indent| "))
|
||||
"list of (regex . replacement) pairs")
|
||||
|
|
Loading…
Reference in a new issue