branch: externals/posframe
commit 9f8da7051f72a37a9a6a51513702088ffb2ce1bd
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    * posframe.el (posframe--fit-frame-to-buffer): Fix docstring width.
---
 posframe.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posframe.el b/posframe.el
index 8bd492e..2c9b57c 100644
--- a/posframe.el
+++ b/posframe.el
@@ -757,7 +757,8 @@ will be removed."
 
 (defun posframe--fit-frame-to-buffer (posframe height min-height width 
min-width)
   "POSFRAME version of function `fit-frame-to-buffer'.
-Arguments HEIGHT, MIN-HEIGHT, WIDTH, MIN-WIDTH are similar function 
`fit-frame-to-buffer''s."
+Arguments HEIGHT, MIN-HEIGHT, WIDTH, MIN-WIDTH are similar
+function `fit-frame-to-buffer''s."
   ;; This only has effect if the user set the latter var to `hide'.
   (let ((x-gtk-resize-child-frames posframe-gtk-resize-child-frames))
     ;; More info: Don't skip empty lines when fitting mini frame to buffer 
(Bug#44080)

Reply via email to