From d6019ec351d123b4b4f499d18068b72a187fafe6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 24 Jan 2019 19:35:52 -0500 Subject: transport: Fix a docstring typo --- org-link-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org-link-edit.el') diff --git a/org-link-edit.el b/org-link-edit.el index a77b988..00cc109 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -348,8 +348,8 @@ With prefix argument PREVIOUS, move the previous link instead of the next link. Non-interactively, use the text between BEG and END as the -description, moving the next (or previous) link relative BEG and -END." +description, moving the next (or previous) link relative to BEG +and END." (interactive (cons current-prefix-arg (and (use-region-p) (list (region-beginning) (region-end))))) -- cgit v1.2.3