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

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

[elpa] externals/posframe cd12808005 3/3: Improve docstring of posframe-


From: ELPA Syncer
Subject: [elpa] externals/posframe cd12808005 3/3: Improve docstring of posframe-poshandler-absolute-x-y.
Date: Thu, 17 Nov 2022 23:58:17 -0500 (EST)

branch: externals/posframe
commit cd128080053227e6c0ff3ecdc1145911b69657f4
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Improve docstring of posframe-poshandler-absolute-x-y.
---
 posframe.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/posframe.el b/posframe.el
index ae33cfb10e..82bcdf9b72 100644
--- a/posframe.el
+++ b/posframe.el
@@ -1162,9 +1162,11 @@ Optional argument: REFPOSHANDLER."
 (defun posframe-poshandler-absolute-x-y (info)
   "Posframe's position handler.
 
-Deal with (integer . integer) style position,
-the structure of INFO can be found in docstring
-of `posframe-show'."
+This poshandler function deal with (integer . integer) style
+position.
+
+The structure of INFO can be found in docstring of
+`posframe-show'."
   (let ((position (plist-get info :position))
         (x-pixel-offset (plist-get info :x-pixel-offset))
         (y-pixel-offset (plist-get info :y-pixel-offset)))



reply via email to

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