branch: externals/posframe commit b21db81d091e861aea06123237cfef896918cb3f Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* posframe.el (posframe-show): Add :parent-frame-position note. --- posframe.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/posframe.el b/posframe.el index 5cea285..2cd85c8 100644 --- a/posframe.el +++ b/posframe.el @@ -491,6 +491,10 @@ POSHANDLER-EXTRA-INFO is a plist, which will prepend to the argument of poshandler function: 'info', it will *OVERRIDE* the exist key in 'info'. +Note: poshandler info include :parent-frame-position, but user +should never use it in poshandler function. + + This posframe's buffer is BUFFER-OR-NAME, which can be a buffer or a name of a (possibly nonexistent) buffer.