From 6f80466314dd6be107c9efa2f3d1524642222589 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 19 Nov 2021 13:04:27 +0100 Subject: add docstring to bibli-paris/import-from-csv --- local/bibli-paris/bibli-paris.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'local') 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) -- cgit v1.2.3