emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 681f3fc8f9 1/2: * lisp/ol-docview.el (org-docview-o


From: ELPA Syncer
Subject: [elpa] externals/org 681f3fc8f9 1/2: * lisp/ol-docview.el (org-docview-open): Add docstring
Date: Mon, 9 Oct 2023 09:58:55 -0400 (EDT)

branch: externals/org
commit 681f3fc8f9c1aa7f9f8ab5025acaf5d96f31f6f4
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * 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 a9cd9b9950..fcde863aab 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]