branch: externals/keymap-popup
commit a86eed2fe6a0dcd58119aa4e3444412d5c25e03f
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    packaging: Update commentary
---
 keymap-popup.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/keymap-popup.el b/keymap-popup.el
index 1c80e9f4d2..8e29733a4f 100644
--- a/keymap-popup.el
+++ b/keymap-popup.el
@@ -28,6 +28,10 @@
 ;; descriptions to an existing keymap.  `keymap-popup' displays
 ;; either as an interactive menu.  One definition, two uses:
 ;; direct key dispatch and popup help.
+;;
+;; The popup is a pure renderer: it reads state (buffer-locals, dynamic
+;; descriptions) but owns none.  Commands mutate state in the user's
+;; buffer; the popup just re-reads it on the next refresh.
 
 ;;; Code:
 

Reply via email to