Skip to content

Commit

Permalink
Docstring only
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Aug 18, 2023
1 parent a13a3e7 commit 2f16aa8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion helm-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@ as dependencies."

;;;###autoload
(defun helm-packages (&optional arg)
"Helm interface to list packages."
"Helm interface to manage packages.
With a prefix arg ARG refresh package list.
When installing ensure to refresh the package list to avoid errors with outdated
packages no more availables."
(interactive "P")
(package-initialize)
(when arg
Expand Down

0 comments on commit 2f16aa8

Please sign in to comment.