Function: posframe-poshandler-point-bottom-left-corner-upward
posframe-poshandler-point-bottom-left-corner-upward is a byte-compiled
function defined in posframe.el.
Signature
(posframe-poshandler-point-bottom-left-corner-upward INFO)
Documentation
Posframe's position handler.
This poshandler function let bottom left corner of posframe align to bottom left corner of point.
The structure of INFO can be found in docstring of
posframe-show.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defun posframe-poshandler-point-bottom-left-corner-upward (info)
"Posframe's position handler.
This poshandler function let bottom left corner of posframe align
to bottom left corner of point.
The structure of INFO can be found in docstring of
`posframe-show'."
(posframe-poshandler-point-1 info nil t))