summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-10-22 07:47:40 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-10-22 07:47:40 +0200
commit3a4e6c231e20304d8661aa8355df14ff2ca7b4af (patch)
tree529a0c265029b83670593d75d56475b40f9294d8 /helm-external.el
parent5443c6c787950d30240a3cfd238a9229723a2161 (diff)
Fix docstring
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-external.el b/helm-external.el
index 39b47d63..a67de046 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -202,9 +202,9 @@ to use."
;;;###autoload
(defun helm-run-external-command (program)
"Preconfigured `helm' to run External PROGRAM asyncronously from Emacs.
-If program is already running exit with error.
-You can set your own list of commands with
-`helm-external-commands-list'."
+If program is already running try to run `helm-raise-command' if
+defined otherwise exit with error. You can set your own list of
+commands with `helm-external-commands-list'."
(interactive (list
(helm-comp-read
"RunProgram: "