From 1a7e4627fa0738ebec24a95b5a21e254008f864a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 15 Feb 2020 13:24:30 -0500 Subject: [PATCH] org-link-open: Fix typo in recent docstring change * lisp/ol.el (org-link-open): Fix docstring typo. --- lisp/ol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol.el b/lisp/ol.el index ce53b3e69..9c9f6554b 100644 --- a/lisp/ol.el +++ b/lisp/ol.el @@ -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 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 `org-link-parameters', which see." (let ((type (org-element-property :type link))