aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmlize.el
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/htmlize.el
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
Notes
Diffstat (limited to 'textproc/htmlize.el')
-rw-r--r--textproc/htmlize.el/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/htmlize.el/pkg-descr b/textproc/htmlize.el/pkg-descr
index 0bf8642a5f0b..0e9d32c35552 100644
--- a/textproc/htmlize.el/pkg-descr
+++ b/textproc/htmlize.el/pkg-descr
@@ -1,10 +1,10 @@
Emacs major mode to create HTML files from Emacs buffers (in colour!)
-This major mode will output the contents of an Emacs buffer as a
+This major mode will output the contents of an Emacs buffer as a
HTML file, preserving the colour attributes of that buffer.
-This is a pretty elegant solution to produce nice listings of your
-code in Erlang, C++, SML, Ruby (or whatever esoteric language you can
+This is a pretty elegant solution to produce nice listings of your
+code in Erlang, C++, SML, Ruby (or whatever esoteric language you can
dig out a major mode for) to display on web sites.
As an example watch the ELISP code of this major mode
@@ -12,7 +12,7 @@ As an example watch the ELISP code of this major mode
http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.html
Because the colouring depends only on your major mode and perhaps
-some individual settings (e.g. I prefer a dark background) you can
+some individual settings (e.g. I prefer a dark background) you can
turn any Emacs buffer into HTML.
WWW: http://fly.srk.fer.hr/~hniksic/emacs/