소스 검색

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

* lisp/ol.el (org-link-open): Fix docstring typo.
Kyle Meyer 5 년 전
부모
커밋
1a7e4627fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ol.el

+ 1 - 1
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))