branch: elpa/htmlize
commit 62020d58b3978dda87fba03e3abcc9e55c02e0c7
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>

    Fix erroneous comment.
---
 htmlize.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htmlize.el b/htmlize.el
index 10511ba..ec97b04 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1198,7 +1198,7 @@ property and by buffer overlays that specify `face'."
 ;; use CSS, and others the <font> element.  We take an OO approach and
 ;; define "methods" that indirect to the functions that depend on
 ;; `htmlize-output-type'.  The currently used methods are `doctype',
-;; `insert-head', `body-tag', and `insert-text'.  Not all output types
+;; `insert-head', `body-tag', and `text-markup'.  Not all output types
 ;; define all methods.
 ;;
 ;; Methods are called either with (htmlize-method METHOD ARGS...) 

Reply via email to