docs: minor docstring revisions

For clarity only. These do not reflect any recent changes.
This commit is contained in:
Henrik Lissner 2024-07-18 22:34:25 -04:00
parent f5a9f5d7ad
commit 98a3cad54d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 11 additions and 8 deletions

View file

@ -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 ...)