emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/posframe bd94c0e 11/13: * posframe.el (posframe-mouse-b


From: Feng Shu
Subject: [elpa] externals/posframe bd94c0e 11/13: * posframe.el (posframe-mouse-banish): Update docstring
Date: Sun, 5 Apr 2020 07:58:05 -0400 (EDT)

branch: externals/posframe
commit bd94c0e9adca0f9126e1446a51f0bcbddb7a87b4
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>

    * 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]