Skip to content

Commit c0c1e9f

Browse files
committed
Auto-Update {userman, adaptingman}
href: ProofGeneral/PG@b82c219
1 parent 3acfc6b commit c0c1e9f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/master/userman/Concept-Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ <h1 class="unnumbered">Concept Index</h1>
180180
<tr><td></td><td valign="top"><a href="/doc/master/userman/Basic-Script-Management#index-proof-script-mode">proof script mode</a></td><td valign="top"><a href="/doc/master/userman/Basic-Script-Management#Script-buffers">2.3 Script buffers</a></td></tr>
181181
<tr><td></td><td valign="top"><a href="/doc/master/userman/Advanced-Script-Management-and-Editing#index-Proof-status-statistic">Proof status statistic</a></td><td valign="top"><a href="/doc/master/userman/Advanced-Script-Management-and-Editing#Proof-status-statistic">3.8 Proof status statistic</a></td></tr>
182182
<tr><td></td><td valign="top"><a href="/doc/master/userman/Coq-Proof-General#index-Proof-using">Proof using</a></td><td valign="top"><a href="/doc/master/userman/Coq-Proof-General#Proof-using-annotations">10.3 Proof using annotations</a></td></tr>
183-
<tr><td></td><td valign="top"><a href="/doc/master/userman/Graphical-Proof_002dTree-Visualization#index-proof_002dtree-visualization">proof-tree visualization</a></td><td valign="top"><a href="/doc/master/userman/Graphical-Proof_002dTree-Visualization#Graphical-Proof_002dTree-Visualization">7. Graphical Proof-Tree Visualization</a></td></tr>
184183
<tr><td></td><td valign="top"><a href="/doc/master/userman/Coq-Proof-General#index-Proof_002dTree-visualization">Proof-Tree visualization</a></td><td valign="top"><a href="/doc/master/userman/Coq-Proof-General#Proof_002dTree-Visualization">10.11 Proof-Tree Visualization</a></td></tr>
184+
<tr><td></td><td valign="top"><a href="/doc/master/userman/Graphical-Proof_002dTree-Visualization#index-proof_002dtree-visualization">proof-tree visualization</a></td><td valign="top"><a href="/doc/master/userman/Graphical-Proof_002dTree-Visualization#Graphical-Proof_002dTree-Visualization">7. Graphical Proof-Tree Visualization</a></td></tr>
185185
<tr><td colspan="3"> <hr></td></tr>
186186
<tr><th><a class="anchor" id="Concept-Index-1_cp_letter-Q">Q</a></th><td></td><td></td></tr>
187187
<tr><td></td><td valign="top"><a href="/doc/master/userman/Customizing-Proof-General#index-Query-program-name">Query program name</a></td><td valign="top"><a href="/doc/master/userman/Customizing-Proof-General#User-options">8.4 User options</a></td></tr>

doc/master/userman/Customizing-Proof-General.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,20 +289,20 @@ <h2 class="section">8.3 Display customization</h2>
289289
</p><table><tr><td>&nbsp;</td><td><pre class="lisp"> where the three useful buffers are displayed: scripting
290290
buffer, goals buffer and response buffer.
291291

292-
Here are the three modes:
292+
The three possible modes are:
293293

294294
- vertical: the 3 buffers are displayed in one column.
295295
- hybrid: 2 columns mode, left column displays scripting buffer
296296
and right column displays the 2 others.
297297
- horizontal: 3 columns mode, one for each buffer (script, goals,
298298
response).
299299

300-
By default, the display mode is automatically chosen by
301-
considering the current Emacs frame width: if it is smaller
302-
than &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo; then vertical mode is chosen,
303-
otherwise if it is smaller than 1.5 * &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo;
304-
then hybrid mode is chosen, finally if the frame is larger than
305-
1.5 * &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo; then the horizontal mode is chosen.
300+
By default, the display mode is <code>'smart</code> which automatically choses
301+
between these 3 modes by considering the current Emacs frame width: if
302+
it is smaller than &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo; then vertical mode is
303+
chosen, otherwise if it is smaller than 1.5 * &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo;
304+
then hybrid mode is chosen, finally if the frame is larger than 1.5 *
305+
&lsquo;<samp><code>split-width-threshold</code></samp>&rsquo; then the horizontal mode is chosen.
306306

307307
You can change the value of &lsquo;<samp><code>split-width-threshold</code></samp>&rsquo; at your
308308
will.

0 commit comments

Comments
 (0)