From 6863724bca800f948b92e682852f2fdffc8880a8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 28 Dec 2013 14:00:32 +0100 Subject: Add docstring class to docstring paragraphs --- edocs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) " " (cdr itm) " " (if (consp doc) (car doc) "") - "

" + "

" (or (if (consp doc) (replace-regexp-in-string "\n\n" "

" (cdr doc)) -- cgit v1.2.3-54-g00ecf