branch: elpa/htmlize
commit 9d4ad62e968b3c554d7f64d15f6a4ce067ebbb37
Author: Syohei YOSHIDA <[email protected]>
Commit: Hrvoje Nikšić <[email protected]>
Set type and group attribute for custom variable
---
htmlize.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/htmlize.el b/htmlize.el
index 5dabb65..9f1940c 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -151,7 +151,9 @@ embedded in the HTML as data URIs."
Normally when htmlize encounters text covered by the `display' property
that specifies an image, it generates an `alt' attribute containing the
original text. If the text is larger than `htmlize-max-alt-text' characters,
-this will not be done.")
+this will not be done."
+ :type 'integer
+ :group 'htmlize)
(defcustom htmlize-transform-image 'htmlize-default-transform-image
"Function called to modify the image descriptor.