Rewrite docstrings for package functions/macros

This commit is contained in:
Henrik Lissner 2017-07-02 16:47:02 +02:00
parent ce5cd52642
commit a002f7025c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 74 additions and 45 deletions

View file

@ -262,8 +262,8 @@ example; the package name can be omitted)."
t)))
(defun doom-update-package (name &optional force-p)
"Updates package NAME if it is out of date, using quelpa or package.el as
appropriate."
"Updates package NAME (a symbol) if it is out of date, using quelpa or
package.el as appropriate."
(doom-initialize)
(unless (package-installed-p name)
(user-error "%s isn't installed" name))