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

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

[elpa] externals/posframe 9f8da70 2/3: * posframe.el (posframe--fit-fram


From: ELPA Syncer
Subject: [elpa] externals/posframe 9f8da70 2/3: * posframe.el (posframe--fit-frame-to-buffer): Fix docstring width.
Date: Tue, 26 Oct 2021 22:57:29 -0400 (EDT)

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

    * 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

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