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

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

[elpa] externals/posframe cb1a09e 04/16: Fix width, height, min-width, m


From: Feng Shu
Subject: [elpa] externals/posframe cb1a09e 04/16: Fix width, height, min-width, min-height doc. #58
Date: Thu, 21 May 2020 00:57:30 -0400 (EDT)

branch: externals/posframe
commit cb1a09edd90c345bbbf118e96f9e9e24e02356dd
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>

    Fix width, height, min-width, min-height doc. #58
---
 posframe.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/posframe.el b/posframe.el
index 32aded0..1a5041e 100644
--- a/posframe.el
+++ b/posframe.el
@@ -428,10 +428,11 @@ or a name of a (possibly nonexistent) buffer.
 If NO-PROPERTIES is non-nil, The STRING's properties will
 be removed before being shown in posframe.
 
-Posframe's frame size can be set by WIDTH and HEIGHT.
-If one of them is nil, posframe's frame size will fit the
-buffer.  MIN-WIDTH and MIN-HEIGTH can be useful to prevent
-posframe becoming too small.
+WIDTH, MIN-WIDTH, HEIGHT and MIN-HEIGHT, specify bounds on the
+new total size of posframe.  MIN-HEIGHT and MIN-WIDTH default to
+the values of ‘window-min-height’ and ‘window-min-width’
+respectively.  These arguments are specified in the canonical
+character width and height of posframe.
 
 If LEFT-FRINGE or RIGHT-FRINGE is a number, left fringe or
 right fringe with be shown with the specified width.



reply via email to

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