(Choosing Window): Don't explicitly refer to

split-window-sensibly's window argument in descriptions of
split-height-threshold and split-width-threshold.
This commit is contained in:
Martin Rudalics 2009-05-11 06:15:14 +00:00
parent b912660955
commit 372a93ac39
2 changed files with 17 additions and 13 deletions

View file

@ -1,3 +1,9 @@
2009-05-11 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Choosing Window): Don't explicitly refer to
split-window-sensibly's window argument in descriptions of
split-height-threshold and split-width-threshold.
2009-05-10 Martin Rudalics <rudalics@gmx.at> 2009-05-10 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Choosing Window): Fix rewrite of window * windows.texi (Choosing Window): Fix rewrite of window

View file

@ -1002,13 +1002,12 @@ tuning the behavior of this function.
@end defun @end defun
@defopt split-height-threshold @defopt split-height-threshold
This variable specifies whether @code{split-window-sensibly} is allowed This variable specifies whether @code{split-window-sensibly} may split
to vertically split the window passed to it as argument. If the value windows vertically. If it is an integer, @code{split-window-sensibly}
of this variable is an integer, @code{split-window-sensibly} tries to tries to vertically split a window only if it has at least this many
vertically split that window only if it has at least this many lines. lines. If the window has less lines, splitting fails, or the value of
If the window has less lines, splitting fails, or the value of this this variable is @code{nil}, @code{split-window-sensibly} will try to
variable is @code{nil}, @code{split-window-sensibly} will try to split split the window horizontally, subject to restrictions of
the window horizontally, subject to restrictions of
@code{split-width-threshold} (see below). If splitting horizontally @code{split-width-threshold} (see below). If splitting horizontally
fails too and the window is the only window on its frame, fails too and the window is the only window on its frame,
@code{split-window-sensibly} will try to split the window vertically @code{split-window-sensibly} will try to split the window vertically
@ -1025,12 +1024,11 @@ the window unless the new window can accomodate a mode line too.
@end defopt @end defopt
@defopt split-width-threshold @defopt split-width-threshold
This variable specifies whether @code{split-window-sensibly} is allowed This variable specifies whether @code{split-window-sensibly} may split
to horizontally split the window passed to it as argument. If the value windows horizontally. If it is an integer, @code{split-window-sensibly}
of this variable is an integer, @code{split-window-sensibly} tries to tries to horizontally split a window only if it has at least this many
horizontally split that window only if it has at least this many columns. If it is @code{nil}, @code{split-window-sensibly} will not
columns. If the value is @code{nil}, @code{split-window-sensibly} will split the window horizontally. (It still might split the window
not split the window horizontally. (It still might split the window
vertically, though, see above.) vertically, though, see above.)
@code{split-window-sensibly} does not split horizontally a window if @code{split-window-sensibly} does not split horizontally a window if