summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 09:56:55 +0200
committerBastien <bzg@gnu.org>2018-04-26 09:56:55 +0200
commit23a4a1c99bfb0ddd0277229c764aee3460d1137d (patch)
treedbb7774e4ebb4288ffa2a2fd19f9dd68775b69f3
parent92785f7bf6f252d7a06881ccfabdf31c6c737b88 (diff)
parent4323db60c5786d708f7dac69a257c0340b372500 (diff)
downloadorg-mode-23a4a1c99bfb0ddd0277229c764aee3460d1137d.tar.gz
Merge branch 'maint'
-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))