X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Frstdoc.el;h=2af91186863db5804f3ebd0ac653fcdfd8c427c0;hp=2225aefc023a2a1776f31c53332551965952a91e;hb=a4617f29ce81e7ae3e0cb747fdb9070f88407a28;hpb=e3fd546ad75411ed310202e52e1c88bbd9616651 diff --git a/emacs/rstdoc.el b/emacs/rstdoc.el index 2225aefc..2af91186 100644 --- a/emacs/rstdoc.el +++ b/emacs/rstdoc.el @@ -63,7 +63,8 @@ (defun rstdoc--insert-docstring (symbol docstring) (insert (format "\n.. |docstring::%s| replace::\n" symbol)) - (insert (replace-regexp-in-string "^" " " (rstdoc--rst-quote-string docstring))) + (insert (replace-regexp-in-string "^" " " + (rstdoc--rst-quote-string docstring))) (insert "\n")) (defvar rst--escape-alist