From aeb39827151e7b3b1a53dac007225ed4f6383754 Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
Date: Tue, 20 Aug 2024 12:51:51 +0200
Subject: [PATCH] ; * kubed.texi (Browse Resources): Elaborate about "g" key.

---
 kubed.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kubed.texi b/kubed.texi
index 76d93c6..18e4eaf 100644
--- a/kubed.texi
+++ b/kubed.texi
@@ -440,6 +440,13 @@ Widen the column at point
 In addition, you can bookmark any Kubed resources list buffer with the
 usual @kbd{C-x r m}.  @xref{Bookmarks,,,emacs}.
 
+Note that @code{kubed-list-mode} (and its type-specific derivatives)
+bind the @kbd{g} key, which is commonly bound to @code{revert-buffer},
+to @code{kubed-list-update}.  The difference between these commands is
+that @code{revert-buffer} only refreshes the list display, without
+fetching updated data from Kubernetes.  You can still invoke
+@code{revert-buffer} with @kbd{C-x x g} or @kbd{M-x}, if you need it.
+
 @menu
 * List Filter::
 @end menu
-- 
2.39.5