diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-02 10:20:23 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-02 10:20:23 +0200 |
commit | 9230953f23c432699347bb3eeadebd82e4cbbfaa (patch) | |
tree | 1b7b80a432ea21578b2b3f14f3a5ac2f28ac4ea0 /lisp/org/ol-doi.el | |
parent | 3112d5a2f1cff376f7aeba97479ed38e494959ee (diff) | |
download | emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.tar.gz emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.tar.bz2 emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.zip |
; Fix typos.
Diffstat (limited to 'lisp/org/ol-doi.el')
-rw-r--r-- | lisp/org/ol-doi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ol-doi.el b/lisp/org/ol-doi.el index 94585e4c3e5..56239f65d43 100644 --- a/lisp/org/ol-doi.el +++ b/lisp/org/ol-doi.el @@ -44,7 +44,7 @@ PATH is a the path to search for, as a string." "Export a \"doi\" type link. PATH is the DOI name. DESC is the description of the link, or nil. BACKEND is a symbol representing the backend used for -export. INFO is a a plist containing the export parameters." +export. INFO is a plist containing the export parameters." (let ((uri (concat org-link-doi-server-url path))) (pcase backend (`html |