]> git.donarmstrong.com Git - org-ref.git/blobdiff - org-ref.el
Merge branch 'master' of github.com:jkitchin/org-ref
[org-ref.git] / org-ref.el
index 7a54058c150a8eee5c0ded7fbf7f17de85fcc888..86a3e5aa93654c19f0a5911c2d3e26025ee593f4 100644 (file)
@@ -3063,7 +3063,7 @@ first key that partially matches.  This version avoids that."
 User is prompted for tags.  This function is called from `helm-bibtex'.
 Argument CANDIDATES helm candidates."
   (message "")
-  (let ((keywords (read-input "Keywords (comma separated): ")))
+  (let ((keywords (read-string "Keywords (comma separated): ")))
     (loop for key in (helm-marked-candidates)
          do
          (save-window-excursion