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

@ -23,14 +23,14 @@
(jobs ("-j" "--jobs" num) "How many CPUs to use for native compilation")
(nobuild? ("-B") "Don't rebuild packages when hostname or Emacs version has changed")
&context context)
"Updates Doom and packages.
"Updates Doom's core, module libraries, and installed packages.
This requires that ~/.emacs.d is a git repo, and is the equivalent of the
following shell commands:
A convenience command for updating Doom's core and pinned modules/module
libraries. It is the equivalent of the following shell commands:
cd ~/.emacs.d
git pull --rebase
doom sync -u"
$ cd ~/.emacs.d
$ git pull --rebase
$ doom sync -u"
(let* ((force? (doom-cli-context-suppress-prompts-p context))
(sync-cmd (append '("sync" "-u")
(if nobuild? '("-B"))