emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org a2dd30d3a1 4/4: * lisp/ol-doi.el (org-link-doi-open


From: ELPA Syncer
Subject: [elpa] externals/org a2dd30d3a1 4/4: * lisp/ol-doi.el (org-link-doi-open): Document all the function arguments
Date: Thu, 12 Oct 2023 09:58:57 -0400 (EDT)

branch: externals/org
commit a2dd30d3a103fd82f4fd67cca75d01658721a4d8
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ol-doi.el (org-link-doi-open): Document all the function arguments
---
 lisp/ol-doi.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ol-doi.el b/lisp/ol-doi.el
index 971b050878..9cf459afb1 100644
--- a/lisp/ol-doi.el
+++ b/lisp/ol-doi.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]