diff options
Diffstat (limited to 'lisp/org/org-w3m.el')
-rw-r--r-- | lisp/org/org-w3m.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-w3m.el b/lisp/org/org-w3m.el index feba5608fd9..359182ad5bc 100644 --- a/lisp/org/org-w3m.el +++ b/lisp/org/org-w3m.el @@ -5,7 +5,7 @@ ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.31a +;; Version: 6.33 ;; ;; This file is part of GNU Emacs. ;; @@ -26,7 +26,7 @@ ;;; Commentary: ;; This file implements copying HTML content from a w3m buffer and -;; transfomring the text on the fly so that it can be pasted into +;; 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. @@ -121,7 +121,7 @@ so that it can be yanked into an Org-mode buffer with links working correctly." (point)) (defun org-w3m-get-prev-link-start () - "Move cursor to the start of prevoius link. Return point." + "Move cursor to the start of previous link. Return point." (catch 'reach (while (previous-single-property-change (point) 'w3m-anchor-sequence) ;; jump to previous anchor |