From 3a4e6c231e20304d8661aa8355df14ff2ca7b4af Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 22 Oct 2021 07:47:40 +0200 Subject: Fix docstring --- helm-external.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helm-external.el') 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: " -- cgit v1.2.3