Skip to content

Commit c5503e8

Browse files
committed
Auto-Update {userman, adaptingman}
href: ProofGeneral/PG@e164eca
1 parent f0c333a commit c5503e8

49 files changed

Lines changed: 133 additions & 134 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/master/adaptingman/Beginning-with-a-New-Prover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h2 class="section">1.3 Major modes used by Proof General</h2>
258258
</div>
259259
<p>
260260
<font size="-1">
261-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
261+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
262262
</font>
263263
<br>
264264

doc/master/adaptingman/Concept-Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1 class="unnumbered">Concept Index</h1>
141141
</div>
142142
<p>
143143
<font size="-1">
144-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
144+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
145145
</font>
146146
<br>
147147

doc/master/adaptingman/Configuring-Editing-Syntax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1 class="chapter">9. Configuring Editing Syntax</h1>
8686
</div>
8787
<p>
8888
<font size="-1">
89-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
89+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
9090
</font>
9191
<br>
9292

doc/master/adaptingman/Configuring-Font-Lock.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="chapter">10. Configuring Font Lock</h1>
8585

8686
<dl>
8787
<dt><a class="anchor" id="index-pg_002dafter_002dfontify_002doutput_002dhook"></a><u>Variable:</u> <b>pg-after-fontify-output-hook</b></dt>
88-
<dd><p>This hook is called before fonfitying a region in an output buffer.<br>
88+
<dd><p>This hook is called before fontifying a region in an output buffer.<br>
8989
[This hook is presently only used by Isabelle].
9090
</p></dd></dl>
9191

@@ -104,7 +104,7 @@ <h1 class="chapter">10. Configuring Font Lock</h1>
104104
</div>
105105
<p>
106106
<font size="-1">
107-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
107+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
108108
</font>
109109
<br>
110110

doc/master/adaptingman/Configuring-Proof_002dTree-Visualization.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@ <h3 class="subsection">12.3.4 Urgent and Delayed Actions</h3>
314314
<dt><a class="anchor" id="index-proof_002dtree_002durgent_002daction"></a><u>Function:</u> <b>proof-tree-urgent-action</b><i> last-item</i></dt>
315315
<dd><p>Urgent actions for proof-tree display.<br>
316316
This is the second entry point of the Proof General prooftree support,
317-
see also &lsquo;<samp><code>proof-tree-handle-delayed-output</code></samp>&rsquo;. Call
317+
see also &lsquo;<samp><code>proof-tree-handle-delayed-output</code></samp>&rsquo;. Call
318318
&lsquo;<samp><code>proof-tree-check-proof-finish</code></samp>&rsquo; to delay processing the queue region at
319319
the end of a proof until all show-goal commands from prooftree have been
320-
processed. Do also call &lsquo;<samp><code>proof-tree-assistant-specific-urgent-action</code></samp>&rsquo;,
320+
processed. Do also call &lsquo;<samp><code>proof-tree-assistant-specific-urgent-action</code></samp>&rsquo;,
321321
which appropriately inserts show-goal commands if Coq is running
322-
completely silent. <var>last-item</var> is the last proof-action item that has just
322+
completely silent. <var>last-item</var> is the last proof-action item that has just
323323
been processed.
324324
</p>
325325
<p>When the proof-tree display is active, this function is called from
@@ -345,7 +345,7 @@ <h3 class="subsection">12.3.4 Urgent and Delayed Actions</h3>
345345
<dt><a class="anchor" id="index-proof_002dtree_002dhandle_002ddelayed_002doutput"></a><u>Function:</u> <b>proof-tree-handle-delayed-output</b><i> old-proof-marker cmd flags _span</i></dt>
346346
<dd><p>Process delayed output for prooftree.<br>
347347
This function is the main entry point of the Proof General prooftree
348-
support, but see also &lsquo;<samp><code>proof-tree-urgent-action</code></samp>&rsquo;. It examines the
348+
support, but see also &lsquo;<samp><code>proof-tree-urgent-action</code></samp>&rsquo;. It examines the
349349
delayed output in order to take appropriate actions and maintains the
350350
internal state.
351351
</p>
@@ -453,7 +453,7 @@ <h3 class="subsection">12.4.2 Prooftree Adaption</h3>
453453
</div>
454454
<p>
455455
<font size="-1">
456-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
456+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
457457
</font>
458458
<br>
459459

doc/master/adaptingman/Configuring-Tokens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1 class="chapter">11. Configuring Tokens</h1>
7878
</div>
7979
<p>
8080
<font size="-1">
81-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
81+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
8282
</font>
8383
<br>
8484

doc/master/adaptingman/Demonstration-Instantiations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2 class="section">B.2 demoisa.el</h2>
261261
</div>
262262
<p>
263263
<font size="-1">
264-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
264+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
265265
</font>
266266
<br>
267267

doc/master/adaptingman/Function-Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h1 class="unnumbered">Function and Command Index</h1>
104104
</div>
105105
<p>
106106
<font size="-1">
107-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
107+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
108108
</font>
109109
<br>
110110

doc/master/adaptingman/Global-Constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="chapter">7. Global Constants</h1>
5555
</div>
5656
<p>
5757
<font size="-1">
58-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
58+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
5959
</font>
6060
<br>
6161

doc/master/adaptingman/Goals-Buffer-Settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h1 class="chapter">5. Goals Buffer Settings</h1>
102102
</div>
103103
<p>
104104
<font size="-1">
105-
This document was generated on <i>January 9, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
105+
This document was generated on <i>January 13, 2026</i> using <a href="http://www.nongnu.org/texi2html/"><i>texi2html 1.82</i></a>.
106106
</font>
107107
<br>
108108

0 commit comments

Comments
 (0)