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

    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