diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-19 13:04:27 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-19 13:04:27 +0100 |
| commit | 6f80466314dd6be107c9efa2f3d1524642222589 (patch) | |
| tree | e109a5e0a7205c1c7a2b4df31449b53aa3479b4c | |
| parent | 4092fcb5d498436399f037b63fcc02838b045a3d (diff) | |
add docstring to bibli-paris/import-from-csv
| -rw-r--r-- | local/bibli-paris/bibli-paris.el | 5 |
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) |
