Revise docstrings for run/doc dispatchers

This commit is contained in:
Henrik Lissner 2018-09-09 23:16:55 -04:00
parent f115e4a883
commit fe79178b1f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -96,13 +96,13 @@ All arguments are passed on to Emacs (except for -p and -e).
doom run -nw init.el doom run -nw init.el
WARNING: this command exists for convenience and testing. Doom will suffer WARNING: this command exists for convenience and testing. Doom will suffer
additional overhead for be started this way. For the best performance, it additional overhead by being started this way. For the best performance, it is
is best to run Doom out of ~/.emacs.d and ~/.doom.d.") best to run Doom out of ~/.emacs.d and ~/.doom.d.")
(dispatcher! (doctor doc) :noop (dispatcher! (doctor doc) :noop
"Checks for issues with your current Doom config. "Checks for issues with your environment & Doom config.
Also checks for missing optional dependencies for all enabled modules.") Also checks for missing dependencies for any enabled modules.")
(dispatcher! (help h) :noop (dispatcher! (help h) :noop
"Look up additional information about a command.") "Look up additional information about a command.")