From bc8c3e7795140b764ca52d0d75f3903c3587f816 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 14 Feb 2022 12:42:57 +0800 Subject: [PATCH] org-export-link--remote-local-copy: Update docstring * lisp/ox.el (org-export-link-localise): Make sure that docstring is narrower than 80 chars. Clarify the return value when LINK is not a remote link. --- lisp/ox.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index a258ed57f..280fa0275 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -4476,7 +4476,9 @@ Return value can be an object or an element: :write-immediately t)))) (defun org-export-link-localise (link) - "If LINK refers to a remote resource, modify it to point to a local downloaded copy." + "Convert remote LINK to local link. +If LINK refers to a remote resource, modify it to point to a local +downloaded copy. Otherwise, return unchanged LINK." (when (org-export-link-remote-p link) (let* ((local-path (org-export-link--remote-local-copy link))) (setcdr link