emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/htmlize 9d4ad62 102/134: Set type and group attribute for


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 9d4ad62 102/134: Set type and group attribute for custom variable
Date: Sat, 7 Aug 2021 09:17:16 -0400 (EDT)

branch: elpa/htmlize
commit 9d4ad62e968b3c554d7f64d15f6a4ce067ebbb37
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Hrvoje Nikšić <hniksic@gmail.com>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]