1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

org-link-open: Fix typo in recent docstring change

* lisp/ol.el (org-link-open): Fix docstring typo.
This commit is contained in:
Kyle Meyer 2020-02-15 13:24:30 -05:00
parent 10cd894b23
commit 1a7e4627fa

View File

@ -933,7 +933,7 @@ ARG is an optional prefix argument. Some link types may handle
it. For example, it determines what application to run when it. For example, it determines what application to run when
opening a \"file\" link. opening a \"file\" link.
Function responsible for opening the link are either hard-coded Functions responsible for opening the link are either hard-coded
for internal and \"file\" links, or stored as a parameter in for internal and \"file\" links, or stored as a parameter in
`org-link-parameters', which see." `org-link-parameters', which see."
(let ((type (org-element-property :type link)) (let ((type (org-element-property :type link))