docs: minor docstring revisions
For clarity only. These do not reflect any recent changes.
This commit is contained in:
parent
f5a9f5d7ad
commit
98a3cad54d
3 changed files with 11 additions and 8 deletions
|
@ -606,8 +606,8 @@ Only use this macro in a module's (or your private) packages.el file."
|
|||
(defmacro unpin! (&rest targets)
|
||||
"Unpin packages in TARGETS.
|
||||
|
||||
This unpins packages, so that 'doom upgrade' downloads their latest version. It
|
||||
can be used one of five ways:
|
||||
This unpins packages, so that `doom upgrade' or `doom sync -u' will update them
|
||||
to the latest commit available. Some examples:
|
||||
|
||||
- To disable pinning wholesale: (unpin! t)
|
||||
- To unpin individual packages: (unpin! packageA packageB ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue