summaryrefslogtreecommitdiffstats
path: root/doc/grid.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-11-11 10:43:46 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-11-11 10:43:46 (GMT)
commit71bbb33a6a6c0e2d876d84abb9aa98c322a307e8 (patch)
tree377c6d2a6db3539e5448f056f20acf5a0398f903 /doc/grid.n
parent9d866ca9c9caef7746f53cc6daaf6381769ba12a (diff)
downloadtk-71bbb33a6a6c0e2d876d84abb9aa98c322a307e8.zip
tk-71bbb33a6a6c0e2d876d84abb9aa98c322a307e8.tar.gz
tk-71bbb33a6a6c0e2d876d84abb9aa98c322a307e8.tar.bz2
Fix [6b2fd1e881]: grid documentation for default for -row is wrong
Diffstat (limited to 'doc/grid.n')
-rw-r--r--doc/grid.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 9ac84d9..c558071 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -160,7 +160,8 @@ This space is added outside the slave(s) border.
Insert the slave so that it occupies the \fIn\fRth row in the grid.
Row numbers start with 0. If this option is not supplied, then the
slave is arranged on the same row as the previous slave specified on this
-call to \fBgrid\fR, or the first unoccupied row if this is the first slave.
+call to \fBgrid\fR, or the next row after the highest occupied row
+if this is the first slave.
.TP
\fB\-rowspan \fIn\fR
.