aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/windows.texi8
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 28bebb5afb7..321e04d5a0a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12008-11-29 Martin Rudalics <rudalics@gmx.at>
2
3 * windows.texi (Pop Up Window): Mention split-height-threshold
4 and split-width-threshold.
5
12008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com> 62008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2 7
3 * macos.texi: Change references to "Mac" to "Mac / GNUstep". 8 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 509ee53e234..23715dcfe2a 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -224,6 +224,14 @@ window. This runs @code{find-file-read-only-other-window}.
224@xref{Visiting}. 224@xref{Visiting}.
225@end table 225@end table
226 226
227@vindex split-height-threshold
228@vindex split-width-threshold
229 By default, these commands split the window vertically when there is
230only one. You can customize the variables @code{split-height-threshold}
231and @code{split-width-threshold} to split the window horizontally
232instead.
233
234
227@node Force Same Window 235@node Force Same Window
228@section Forcing Display in the Same Window 236@section Forcing Display in the Same Window
229 237