From 4323db60c5786d708f7dac69a257c0340b372500 Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 26 Apr 2018 09:56:45 +0200 Subject: [PATCH] Fix typo in docstring * lisp/org-eww.el (org-eww-copy-for-org-mode): Fix typo in docstring. Thanks to Xu Chunyang for reporting this. --- lisp/org-eww.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org-eww.el b/lisp/org-eww.el index 786c6a2be..34c4fca69 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))