branch: externals/posframe
commit bd94c0e9adca0f9126e1446a51f0bcbddb7a87b4
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* posframe.el (posframe-mouse-banish): Update docstring
---
posframe.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 8015b19..4bf39f2 100644
--- a/posframe.el
+++ b/posframe.el
@@ -147,7 +147,11 @@
:prefix "posframe-")
(defcustom posframe-mouse-banish (not (eq system-type 'darwin))
- "Mouse will be moved to (0 , 0) when it is non-nil."
+ "Mouse will be moved to (0 , 0) when it is non-nil.
+
+This option is used to solve the problem of child frame getting
+focus, with the help of `posframe--redirect-posframe-focus',
+setting this option to `t' will work well in *most* cases."
:group 'posframe
:type 'boolean)