From a4b8e96232a473812a06bda0322b44747bd37a95 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 Jan 2014 23:46:06 +0100 Subject: Use blockquote instead of div This improves readability for (some) text-based browsers. --- edocs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- cgit v1.2.3-54-g00ecf