Rewrite docstrings for package functions/macros
This commit is contained in:
parent
ce5cd52642
commit
a002f7025c
2 changed files with 74 additions and 45 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue