From fe79178b1fac8213d7fedcd55b83ffd0ff526ba1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 9 Sep 2018 23:16:55 -0400 Subject: [PATCH] Revise docstrings for run/doc dispatchers --- core/core-cli.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-cli.el b/core/core-cli.el index e4aab3b03..d7eef59d8 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -96,13 +96,13 @@ All arguments are passed on to Emacs (except for -p and -e). doom run -nw init.el WARNING: this command exists for convenience and testing. Doom will suffer -additional overhead for be started this way. For the best performance, it -is best to run Doom out of ~/.emacs.d and ~/.doom.d.") +additional overhead by being started this way. For the best performance, it is +best to run Doom out of ~/.emacs.d and ~/.doom.d.") (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 "Look up additional information about a command.")