emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi
Date: Mon, 11 May 2009 06:15:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/05/11 06:15:16

Modified files:
        doc/lispref    : ChangeLog windows.texi 

Log message:
        (Choosing Window): Don't explicitly refer to
        split-window-sensibly's window argument in descriptions of
        split-height-threshold and split-width-threshold.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.271&r2=1.272
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/windows.texi?cvsroot=emacs&r1=1.30&r2=1.31

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -b -r1.271 -r1.272
--- ChangeLog   10 May 2009 07:13:33 -0000      1.271
+++ ChangeLog   11 May 2009 06:15:14 -0000      1.272
@@ -1,3 +1,9 @@
+2009-05-11  Martin Rudalics  <address@hidden>
+
+       * 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  <address@hidden>
 
        * windows.texi (Choosing Window): Fix rewrite of window

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- windows.texi        10 May 2009 07:13:34 -0000      1.30
+++ windows.texi        11 May 2009 06:15:15 -0000      1.31
@@ -1002,13 +1002,12 @@
 @end defun
 
 @defopt split-height-threshold
-This variable specifies whether @code{split-window-sensibly} is allowed
-to vertically split the window passed to it as argument.  If the value
-of this variable is an integer, @code{split-window-sensibly} tries to
-vertically split that window only if it has at least this many lines.
-If the window has less lines, splitting fails, or the value of this
-variable is @code{nil}, @code{split-window-sensibly} will try to split
-the window horizontally, subject to restrictions of
+This variable specifies whether @code{split-window-sensibly} may split
+windows vertically.  If it is an integer, @code{split-window-sensibly}
+tries to vertically split a window only if it has at least this many
+lines.  If the window has less lines, splitting fails, or the value of
+this variable is @code{nil}, @code{split-window-sensibly} will try to
+split the window horizontally, subject to restrictions of
 @code{split-width-threshold} (see below).  If splitting horizontally
 fails too and the window is the only window on its frame,
 @code{split-window-sensibly} will try to split the window vertically
@@ -1025,12 +1024,11 @@
 @end defopt
 
 @defopt split-width-threshold
-This variable specifies whether @code{split-window-sensibly} is allowed
-to horizontally split the window passed to it as argument.  If the value
-of this variable is an integer, @code{split-window-sensibly} tries to
-horizontally split that window only if it has at least this many
-columns.  If the value is @code{nil}, @code{split-window-sensibly} will
-not split the window horizontally.  (It still might split the window
+This variable specifies whether @code{split-window-sensibly} may split
+windows horizontally.  If it is an integer, @code{split-window-sensibly}
+tries to horizontally split a window only if it has at least this many
+columns.  If it is @code{nil}, @code{split-window-sensibly} will not
+split the window horizontally.  (It still might split the window
 vertically, though, see above.)
 
 @code{split-window-sensibly} does not split horizontally a window if




reply via email to

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