X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Frstdoc.el;h=2af91186863db5804f3ebd0ac653fcdfd8c427c0;hb=09f6533c3781b61ea634790d4bad38aadf89115c;hp=2225aefc023a2a1776f31c53332551965952a91e;hpb=6682b4e686b7972883626c9b0f941ae4bf02dedb;p=notmuch 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