From: Eshel Yaron Date: Tue, 22 Oct 2024 05:18:57 +0000 (+0200) Subject: ; * kubed.el (kubed-submit-bug-report): Fix docstring. X-Git-Tag: v0.4.2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eab6bd4bb5b582cd9c0b1136fba4691b874da8b;p=kubed.git ; * kubed.el (kubed-submit-bug-report): Fix docstring. --- diff --git a/kubed.el b/kubed.el index c6f3a97..fa77fe3 100644 --- a/kubed.el +++ b/kubed.el @@ -3488,7 +3488,7 @@ Interactively, prompt for COMMAND with completion for `kubectl' arguments." (defvar reporter-prompt-for-summary-p) (defun kubed-submit-bug-report () - "Report a Kubed to the maintainers via mail." + "Report a Kubed issue to the maintainers via email." (interactive) (require 'reporter) (let ((reporter-prompt-for-summary-p t))