summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 09:56:45 +0200
committerBastien <bzg@gnu.org>2018-04-26 09:56:45 +0200
commit4323db60c5786d708f7dac69a257c0340b372500 (patch)
treef8c6e3be891b248c22fd121556d1783b61c425a1
parent0dc4ba22e27c3747cf8c097f53703b0785a9b222 (diff)
downloadorg-mode-4323db60c5786d708f7dac69a257c0340b372500.tar.gz
Fix typo in docstring
* lisp/org-eww.el (org-eww-copy-for-org-mode): Fix typo in docstring. Thanks to Xu Chunyang <mail@xuchunyang.me> for reporting this.
-rw-r--r--lisp/org-eww.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/org-eww.el b/lisp/org-eww.el
index 786c6a2..34c4fca 100644
--- a/lisp/org-eww.el
+++ b/lisp/org-eww.el
@@ -93,11 +93,12 @@ Otherwise point is not moved. Return point."
(defun org-eww-copy-for-org-mode ()
"Copy current buffer content or active region with `org-mode' style links.
This will encode `link-title' and `link-location' with
-`org-make-link-string', and insert the transformed test into the kill ring,
-so that it can be yanked into an Org mode buffer with links working correctly.
+`org-make-link-string' and insert the transformed text into the
+kill ring, so that it can be yanked into an Org mode buffer with
+links working correctly.
-Further lines starting with a star get quoted with a comma to keep
-the structure of the Org file."
+Further lines starting with a star get quoted with a comma to
+keep the structure of the Org file."
(interactive)
(let* ((regionp (org-region-active-p))
(transform-start (point-min))