emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v
Date: Sat, 18 Oct 2008 16:33:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/18 16:33:17

Index: windows.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- windows.texi        18 Oct 2008 11:21:05 -0000      1.7
+++ windows.texi        18 Oct 2008 16:33:17 -0000      1.8
@@ -951,15 +951,19 @@
 the variables described below.
 @end deffn
 
address@hidden split-window-preferred-function window
address@hidden split-window-preferred-function
 This variable specifies how to split a window.  Its value, if
 address@hidden, should be a function of one argument, which is a
 window.  If this variable specifies a function, @code{display-buffer}
 will call it with one or more candidate windows when it looks for a
-window to split.  If the argument @var{window} fits, the function is
+window to split.  If the argument window fits, the function is
 expected to split it and return a new window.  If the function returns
address@hidden, then @var{window} will not be split.
address@hidden defun
address@hidden, then this window will not be split.
+
+If the value of this variable is @code{nil}, @code{display-buffer}
+uses the other variables described below to decide whether and which
+window to split.
address@hidden defvar
 
 @defopt display-buffer-reuse-frames
 If this variable is address@hidden, @code{display-buffer} searches




reply via email to

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