@@ -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.
0 commit comments