Add better docstring to autoload call

This commit is contained in:
Gerard Vermeulen 2024-02-10 10:17:12 +01:00
parent a7185b37f7
commit 4302a21252

View File

@ -3701,7 +3701,9 @@ The listings below implement or reimplement three groups of =org-link= types:
#+name: lst:define-org-pdfview-link-type
#+begin_src emacs-lisp -n :results silent
(with-eval-after-load 'ol
(autoload 'pdf-view-goto-page "pdf-view" nil t)
(autoload 'pdf-view-goto-page
"Go to PAGE in PDF with optional WINDOW to go to PAGE in all windows."
nil t)
(org-link-set-parameters "pdfview"
:follow #'org-pdfview-open
:export #'org-pdfview-export