瀏覽代碼

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.
Ihor Radchenko 3 年之前
父節點
當前提交
bc8c3e7795
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lisp/ox.el

+ 3 - 1
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