branch: externals/posframe commit 2476efc1e4f5e1b2cd09d4665cb80f71f28ea961 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Reduce width of a docstring Fixes "Warning: docstring wider than 80 characters". --- posframe.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/posframe.el b/posframe.el index 1051354979..82d8174154 100644 --- a/posframe.el +++ b/posframe.el @@ -1286,13 +1286,13 @@ The structure of INFO can be found in docstring of (defun posframe-poshandler-frame-top-left-or-right-other-corner (info) "Posframe's position handler. -This poshandler function let posframe align to top left or top right corner of frame, -based on whether current window is relatively at left or right in the current frame. -If window is at left, place posframe on right, and vice versa. -(This is calculated by whether current window center is left or right to frame center) +This poshandler function let posframe align to top left or top right +corner of frame, based on whether current window is relatively at left +or right in the current frame. If window is at left, place posframe on +right, and vice versa. (This is calculated by whether current window +center is left or right to frame center.) -The structure of INFO can be found in docstring of -`posframe-show'." +The structure of INFO can be found in docstring of `posframe-show'." (let ((window-left (plist-get info :parent-window-left)) (window-width (plist-get info :parent-window-width)) (frame-width (plist-get info :parent-frame-width)))