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

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

[nongnu] elpa/htmlize bb3bda0 030/134: Trim comment.


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize bb3bda0 030/134: Trim comment.
Date: Sat, 7 Aug 2021 09:17:00 -0400 (EDT)

branch: elpa/htmlize
commit bb3bda0fca38e76af97911c4d9904dbae405a41c
Author: Hrvoje Niksic <hniksic@gmail.com>
Commit: Hrvoje Niksic <hniksic@gmail.com>

    Trim comment.
---
 htmlize.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/htmlize.el b/htmlize.el
index 78ccef1..39844b3 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -339,11 +339,10 @@ next-single-char-property-change")))
     table))
 
 ;; A cache of HTML representation of non-ASCII characters.  Depending
-;; on availability of `encode-char' and the setting of
-;; `htmlize-convert-nonascii-to-entities', this maps non-ASCII
-;; characters to either "&#<code>;" or "<char>" (mapconcat's mapper
-;; must always return strings).  It's only filled as characters are
-;; encountered, so that in a buffer with e.g. French text, it will
+;; on the setting of `htmlize-convert-nonascii-to-entities', this maps
+;; non-ASCII characters to either "&#<code>;" or "<char>" (mapconcat's
+;; mapper must always return strings).  It's only filled as characters
+;; are encountered, so that in a buffer with e.g. French text, it will
 ;; only ever contain French accented characters as keys.  It's cleared
 ;; on each entry to htmlize-buffer-1 to allow modifications of
 ;; `htmlize-convert-nonascii-to-entities' to take effect.



reply via email to

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