* lisp/ol-doi.el (org-link-doi-open): Document all the function arguments
This commit is contained in:
parent
0e3d0e3d19
commit
a2dd30d3a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue