summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-28 14:00:32 +0100
committerGravatar Tom Willemse2013-12-28 14:00:32 +0100
commit6863724bca800f948b92e682852f2fdffc8880a8 (patch)
treecd3a917fe869ccd9645870612327dfb6c7f1ecdd
parentea764a96923667d2e86f2be426f6a3d0d3abd743 (diff)
downloadedocs-6863724bca800f948b92e682852f2fdffc8880a8.tar.gz
edocs-6863724bca800f948b92e682852f2fdffc8880a8.zip
Add docstring class to docstring paragraphs
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 63718d8..2f5b0b2 100644
--- a/edocs.el
+++ b/edocs.el
@@ -120,7 +120,7 @@ etc."
(edocs--get-type-display (car itm))
" <tt>" (cdr itm) "</tt> "
(if (consp doc) (car doc) "")
- "<p>"
+ "<p class=\"docstring\">"
(or (if (consp doc)
(replace-regexp-in-string
"\n\n" "</p><p>" (cdr doc))