summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-27 12:27:10 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-27 12:27:10 +0000
commit8202d8b9a6aef6d84955a7b75dfb2a8cd8b50583 (patch)
tree244bcf76e794f7b8b09590514443c6b884039517
parent833ce1af019dd00772be0f90a349d8ca90800159 (diff)
downloadymh-emacs-8202d8b9a6aef6d84955a7b75dfb2a8cd8b50583.tar.gz
ymh-emacs-8202d8b9a6aef6d84955a7b75dfb2a8cd8b50583.zip
Rename check-file function in ymh-ebib
-rw-r--r--ymh-emacs/ymh-ebib.el2
1 files changed, 1 insertions, 1 deletions
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)))