diff options
| author | 2013-12-28 14:00:32 +0100 | |
|---|---|---|
| committer | 2013-12-28 14:00:32 +0100 | |
| commit | 6863724bca800f948b92e682852f2fdffc8880a8 (patch) | |
| tree | cd3a917fe869ccd9645870612327dfb6c7f1ecdd | |
| parent | ea764a96923667d2e86f2be426f6a3d0d3abd743 (diff) | |
| download | edocs-6863724bca800f948b92e682852f2fdffc8880a8.tar.gz edocs-6863724bca800f948b92e682852f2fdffc8880a8.zip | |
Add docstring class to docstring paragraphs
| -rw-r--r-- | edocs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
