From 4302a21252107e06f279bc4dd483f5a914c061d1 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 10 Feb 2024 10:17:12 +0100 Subject: [PATCH] Add better docstring to autoload call --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 20102cd..85892f9 100644 --- a/README.org +++ b/README.org @@ -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