From 8202d8b9a6aef6d84955a7b75dfb2a8cd8b50583 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 27 Nov 2022 12:27:10 +0000 Subject: Rename check-file function in ymh-ebib --- ymh-emacs/ymh-ebib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ymh-emacs') diff --git a/ymh-emacs/ymh-ebib.el b/ymh-emacs/ymh-ebib.el index 38cc9c0..646e354 100644 --- a/ymh-emacs/ymh-ebib.el +++ b/ymh-emacs/ymh-ebib.el @@ -100,7 +100,7 @@ (error "[Ebib] No key assigned to entry")) (ymh-ebib--download-pdf-from-doi key doi (or publisher eprinttype) eprint (or journal journaltitle) organization url))) -(defun ymh-ebib-ebib-check-file () +(defun ymh-ebib-check-file () "Download a PDF for the current entry." (interactive) (let ((key (ebib--get-key-at-point))) -- cgit