Skip to content

Commit ae7af9d

Browse files
committed
Updating documentation strings about 3 columns mode.
1 parent f33b478 commit ae7af9d

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

generic/pg-response.el

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,20 +241,20 @@ dragging the separating bars.
241241
where the three useful buffers are displayed: scripting
242242
buffer, goals buffer and response buffer.
243243
244-
Here are the three modes:
244+
The three possible modes are:
245245
246246
- vertical: the 3 buffers are displayed in one column.
247247
- hybrid: 2 columns mode, left column displays scripting buffer
248248
and right column displays the 2 others.
249249
- horizontal: 3 columns mode, one for each buffer (script, goals,
250250
response).
251251
252-
By default, the display mode is automatically chosen by
253-
considering the current Emacs frame width: if it is smaller
254-
than `split-width-threshold' then vertical mode is chosen,
255-
otherwise if it is smaller than 1.5 * `split-width-threshold'
256-
then hybrid mode is chosen, finally if the frame is larger than
257-
1.5 * `split-width-threshold' then the horizontal mode is chosen.
252+
By default, the display mode is 'smart which automatically choses
253+
between these 3 modes by considering the current Emacs frame width: if
254+
it is smaller than `split-width-threshold' then vertical mode is
255+
chosen, otherwise if it is smaller than 1.5 * `split-width-threshold'
256+
then hybrid mode is chosen, finally if the frame is larger than 1.5 *
257+
`split-width-threshold' then the horizontal mode is chosen.
258258
259259
You can change the value of `split-width-threshold' at your
260260
will.

generic/proof-useropts.el

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,12 @@ and displayed lazily. See `proof-layout-windows'."
232232

233233
(defcustom proof-three-window-mode-policy 'smart
234234
"*Window splitting policy for three window mode.
235-
- If 'vertical then never split horizontally.
236-
- If 'horizontal then always have scripting buffer on the right
237-
and goal and response buffers on the left (one above the
238-
other).
239-
- If 'smart or anything else: 'horizontal when the window
240-
is wide enough and 'vertical otherwise. The width threshold
241-
is given by `split-width-threshold'.
235+
- If 'vertical forces one column mode.
236+
- If 'horizontal forces 3 column mode
237+
- If 'hybrid forces 2 columns mode
238+
- If 'smart or anything else: 'horizontal when the window is wide
239+
enough, then hybrid if wide enough and 'vertical otherwise. The width
240+
threshold is given by `split-width-threshold'.
242241
243242
See `proof-layout-windows'."
244243
:type '(choice

0 commit comments

Comments
 (0)