summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-19 13:04:27 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-19 13:04:27 +0100
commit6f80466314dd6be107c9efa2f3d1524642222589 (patch)
treee109a5e0a7205c1c7a2b4df31449b53aa3479b4c /local
parent4092fcb5d498436399f037b63fcc02838b045a3d (diff)
add docstring to bibli-paris/import-from-csv
Diffstat (limited to 'local')
-rw-r--r--local/bibli-paris/bibli-paris.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el
index fe1ab1e..3d5e25e 100644
--- a/local/bibli-paris/bibli-paris.el
+++ b/local/bibli-paris/bibli-paris.el
@@ -356,7 +356,10 @@ being encoded as a list of strings."
;;;###autoload
(defun bibli-paris/import-from-csv (csv-file &optional tags state)
- ""
+ "Import entries from the CSV file downloaded on
+https://bibliotheques.paris.fr/ whose path is given by CSV-FILE (string).
+All the imported entries are set with the tag TAGS (string) and in the state
+STATE (string)."
(interactive "fImport from : \nsTags : ")
(let ((recnum-lines (make-hash-table :test 'equal
:size (bibli-paris/number-of-entries)