From 681f3fc8f9c1aa7f9f8ab5025acaf5d96f31f6f4 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 9 Oct 2023 16:33:18 +0300 Subject: [PATCH] * lisp/ol-docview.el (org-docview-open): Add docstring --- lisp/ol-docview.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ol-docview.el b/lisp/ol-docview.el index a9cd9b995..fcde863aa 100644 --- a/lisp/ol-docview.el +++ b/lisp/ol-docview.el @@ -71,6 +71,7 @@ (t path))))) (defun org-docview-open (link _) + "Open docview: LINK." (string-match "\\(.*?\\)\\(?:::\\([0-9]+\\)\\)?$" link) (let ((path (match-string 1 link)) (page (and (match-beginning 2)