branch: externals/transient
commit a19c0bda1de6db9d22bed8b410f17336d2928447
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient--window: Tweak docstring
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index e771e7e7ce..273060f760 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1395,7 +1395,7 @@ variable instead.")
"Name of the transient buffer.")
(defvar transient--window nil
- "The window used to display the transient popup.")
+ "The window used to display the transient popup buffer.")
(defvar transient--original-window nil
"The window that was selected before the transient was invoked.