From 3d258f2f382d98aa73fcf36ab1cb494a7bcd1cc3 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 9 Mar 2015 14:39:00 -0400 Subject: [PATCH] fix typo in capitalized command. --- arxiv.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arxiv.el b/arxiv.el index f83e768..66ceafe 100644 --- a/arxiv.el +++ b/arxiv.el @@ -19,11 +19,14 @@ ;; along with this program. If not, see . ;;; Commentary: - +;; this library creates a new org-link for Arxiv (http://arxiv.org/) entries, +;; and provides functions to retrieve bibtex entries from an Arxiv number. ;; +;; An Arxiv number might look like: cond-mat/0410285 or 1503.01742 ;;; Code: - +;; * The org-mode link +;; this just makes a clickable link that opens the entry. (org-add-link-type "arxiv" ;; clicking -- 2.39.2