branch: elpa/htmlize commit 2260b61236a7459a107cc3e38a5bb1d3d549fed6 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Remove obsolete maintainer information --- README.md | 3 +-- htmlize.el | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1ca5bc927..c8bc91f599 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ [](https://melpa.org/#/htmlize) This package converts the buffer text and the associated -decorations to HTML. Mail to <hnik...@gmail.com> to discuss -features and additions. All suggestions are more than welcome. +decorations to HTML. To use it, just switch to the buffer you want HTML-ized and type <kbd>M-x htmlize-buffer</kbd>. You will be switched to a new buffer diff --git a/htmlize.el b/htmlize.el index 86010526fb..a8e2cc46b9 100644 --- a/htmlize.el +++ b/htmlize.el @@ -26,8 +26,7 @@ ;;; Commentary: ;; This package converts the buffer text and the associated -;; decorations to HTML. Mail to <hnik...@gmail.com> to discuss -;; features and additions. All suggestions are more than welcome. +;; decorations to HTML. ;; To use it, just switch to the buffer you want HTML-ized and type ;; `M-x htmlize-buffer'. You will be switched to a new buffer that