From b9a94de47fc19be0764f0fb8f7521d992df0979f Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Mon, 24 Sep 2012 13:17:09 +0000 Subject: Fixed docstring of proof-layout-windows for two columns mode.Was not up-to-date. --- generic/pg-response.el | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/generic/pg-response.el b/generic/pg-response.el index 912870f1..e5ecfb47 100644 --- a/generic/pg-response.el +++ b/generic/pg-response.el @@ -150,23 +150,6 @@ Following POLICY, which can be one of 'smart, 'horizontal, (other-window 1) (switch-to-buffer b3)))))) - ;; ((or (null policy) (eq policy 'smart)) - ;; (if (<= (frame-width) (* 1.5 split-width-threshold)) - ;; (progn - ;; (display-buffer b2) ; horizontally if frame large enough - ;; (other-window 1) - ;; (proof-safe-split-window-vertically) ; enlarge vertically if necessary - ;; (other-window 1) - ;; (switch-to-buffer b3)) - ;; (display-buffer b2) ; horizontally, should be large enough - ;; (other-window 1) - ;; (enlarge-window (/ (window-width) 6) t) - ;; (split-window-horizontally) ; horizontally again - ;; (other-window 1) - ;; (switch-to-buffer b3))) - - ;(proof-equalize-horizontally) - @@ -197,8 +180,10 @@ For multiple frame mode, this function obeys the setting of For single frame mode: - In two panes mode, this uses a canonical layout made by splitting -Emacs windows vertically in equal proportions. You can then adjust -the proportions by dragging the separating bars. +Emacs windows in equal proportions. The splitting is vertical if +emacs width is smaller than `split-width-threshold' and +horizontal otherwise. You can then adjust the proportions by +dragging the separating bars. - In three pane mode, there are three display modes, depending where the three useful buffers are displayed: scripting -- cgit v1.2.3