* lisp/ol-doi.el (org-link-doi-open): Document all the function arguments

This commit is contained in:
Ihor Radchenko 2023-10-12 14:44:02 +03:00
parent 0e3d0e3d19
commit a2dd30d3a1
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
(defun org-link-doi-open (path arg)
"Open a \"doi\" type link.
PATH is a the path to search for, as a string."
PATH is a the path to search for, as a string.
ARG is passed to `browse-url'."
(browse-url (url-encode-url (concat org-link-doi-server-url path)) arg))
(defun org-link-doi-export (path desc backend info)