branch: externals/kubed commit 3955d81681c200fba82b7691f43faaa6b3f3d637 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
(kubed-read-kubectl-command): Fix typo in docstring. --- kubed.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubed.el b/kubed.el index 8814fc42b6..ffa953c560 100644 --- a/kubed.el +++ b/kubed.el @@ -3486,7 +3486,7 @@ CONTEXT is the `kubectl' context to use." (defun kubed-read-kubectl-command (prompt &optional initial) "Prompt with PROMPT for a `kubectl' command line. -Optional argument INITIAL added to the initial minibuffer input +Optional argument is INITIAL added to the initial minibuffer input following the value of `kubed-kubectl-program' and a space character." (let ((init (if (consp initial) (cons (concat kubed-kubectl-program " " (car initial))