diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-10-26 13:59:37 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-10-26 13:59:37 +0200 |
commit | 0fbafe6511619466f9fd8325c80ea71d202f4722 (patch) | |
tree | 96ae179455274a1e998ba32d7bb68a809b6d32c9 /lisp/net/tramp-container.el | |
parent | 2468b819e2947ebd35ff974c00e984589bd00cc8 (diff) | |
download | emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.tar.gz emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.tar.bz2 emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.zip |
; Tramp copyedit
Diffstat (limited to 'lisp/net/tramp-container.el')
-rw-r--r-- | lisp/net/tramp-container.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-container.el b/lisp/net/tramp-container.el index 0879d6f1856..328625b7765 100644 --- a/lisp/net/tramp-container.el +++ b/lisp/net/tramp-container.el @@ -133,7 +133,7 @@ see its function help for a description of the format." names))) (defun tramp-kubernetes--current-context-data (vec) - "Return Kubernetes current context data as JSONPATH string." + "Return Kubernetes current context data as JSON string." (with-temp-buffer (when (zerop (tramp-call-process |