summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-19 23:46:06 +0100
committerGravatar Tom Willemse2014-01-19 23:46:06 +0100
commita4b8e96232a473812a06bda0322b44747bd37a95 (patch)
tree11d51234ab8e38d8bff970bcafc14e42c5b28b71
parent97d248c1010ce2d9df477af1b8b0746ce4c62051 (diff)
downloadedocs-a4b8e96232a473812a06bda0322b44747bd37a95.tar.gz
edocs-a4b8e96232a473812a06bda0322b44747bd37a95.zip
Use blockquote instead of div
This improves readability for (some) text-based browsers.
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 9bab7ee..eedb1b7 100644
--- a/edocs.el
+++ b/edocs.el
@@ -250,7 +250,7 @@ parts of the module."
("href" . ,(concat "#" name)))
(insert name)))
(insert " " (if (consp doc) (car doc) ""))
- (edocs--with-tag "div" '(("class" . "docstring"))
+ (edocs--with-tag "blockquote" '(("class" . "docstring"))
(insert (or (edocs--format-doc doc known-symbols)
"Not documented.")))))
(edocs--normalize docs))))