Skip to content

Commit

Permalink
Add more docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
areina committed Feb 21, 2017
1 parent 79dac07 commit 158ea82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-dash.el
Expand Up @@ -300,6 +300,7 @@ If doesn't exist, it asks to create it."

;;;###autoload
(defun helm-dash-install-docset-from-file (docset-tmp-path)
"Extract the content of DOCSET-TMP-PATH, move it to `helm-dash-docsets-path` and activate the docset."
(interactive
(list (car (find-file-read-args "Docset Tarball: " t))))
(let ((docset-folder
Expand Down Expand Up @@ -350,6 +351,7 @@ If doesn't exist, it asks to create it."

;;;###autoload
(defun helm-dash-async-install-docset-from-file (docset-tmp-path)
"Asynchronously extract the content of DOCSET-TMP-PATH, move it to `helm-dash-docsets-path` and activate the docset."
(interactive (list (car (find-file-read-args "Docset Tarball: " t))))
(let ((docset-tar-path (expand-file-name docset-tmp-path))
(docset-out-path (helm-dash-docsets-path)))
Expand Down

0 comments on commit 158ea82

Please sign in to comment.