comparison lisp/window.el @ 96050:8cb9a6b8e3ca

(split-height-threshold): Remove spurious extra line.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 17 Jun 2008 16:33:06 +0000
parents e2798b886edf
children 7253934c0b0b
comparison
equal deleted inserted replaced
96049:380525b11593 96050:8cb9a6b8e3ca
749 `display-buffer' cannot split a window vertically. 749 `display-buffer' cannot split a window vertically.
750 750
751 If the window is the only window on its frame, `display-buffer' 751 If the window is the only window on its frame, `display-buffer'
752 can split it regardless of this value." 752 can split it regardless of this value."
753 :type '(choice (const nil) (number :tag "lines")) 753 :type '(choice (const nil) (number :tag "lines"))
754 :type 'number
755 :version "23.1" 754 :version "23.1"
756 :group 'windows) 755 :group 'windows)
757 756
758 (defcustom split-width-threshold 160 757 (defcustom split-width-threshold 160
759 "Minimum width of window to be split horizontally. 758 "Minimum width of window to be split horizontally.