branch: elpa/htmlize
commit c43bcaa8198ddd7b4b2a8ad76330eab691f0837d
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    htmlize-fstruct: Fix alignment
---
 htmlize.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htmlize.el b/htmlize.el
index 460e753df9..35af03cbab 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -981,7 +981,7 @@ If no rgb.txt file is found, return nil."
   foreground                            ; foreground color, #rrggbb
   background                            ; background color, #rrggbb
   size                                  ; size
-  boldp                                         ; whether face is bold
+  boldp                                 ; whether face is bold
   italicp                               ; whether face is italic
   underlinep                            ; whether face is underlined
   overlinep                             ; whether face is overlined

Reply via email to