summaryrefslogtreecommitdiff
path: root/lisp/org-w3m.el
diff options
context:
space:
mode:
authorPhil Rooke <phil@yax.org.uk>2010-07-18 17:04:15 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-18 17:04:15 +0200
commitc0947c8d6701bb44edae1d6fc08e1aeb6ae4b26c (patch)
treeb03fb5677b574911c4b128811571fa4fb03b0347 /lisp/org-w3m.el
parentf4c0c0b417736351ab9b7ff388104bc9adc9023f (diff)
Docstring fixes part 6
Diffstat (limited to 'lisp/org-w3m.el')
-rw-r--r--lisp/org-w3m.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/org-w3m.el b/lisp/org-w3m.el
index 3f403c99e..ce2872991 100644
--- a/lisp/org-w3m.el
+++ b/lisp/org-w3m.el
@@ -28,11 +28,11 @@
;; This file implements copying HTML content from a w3m buffer and
;; transforming the text on the fly so that it can be pasted into
;; an org-mode buffer with hot links. It will also work for regions
-;; in gnus buffers that have ben washed with w3m.
+;; in gnus buffers that have been washed with w3m.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
-;;; Acknowledgements:
+;;; Acknowledgments:
;; Richard Riley <rileyrgdev at googlemail dot com>
;;
@@ -40,6 +40,8 @@
;; proposed by Richard, I'm just coding it.
;;
+;;; Code:
+
(require 'org)
(defun org-w3m-copy-for-org-mode ()