Fossil SCM
Fix typo on the TH1 extension commands page. Also, for now, remove the 'todo' section.
Commit
dfa8efc5acbb88e2cf873f10ee8f7b58f22e269d
Parent
05f73ffb87e405d…
1 file changed
+1
-10
+1
-10
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -112,11 +112,11 @@ | ||
| 112 | 112 | * string repeat STRING COUNT |
| 113 | 113 | * unset VARNAME |
| 114 | 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | 116 | |
| 117 | -All of the above commands works as in the original Tcl. Refer to the | |
| 117 | +All of the above commands work as in the original Tcl. Refer to the | |
| 118 | 118 | <a href="https://www.tcl-lang.org/man/tcl/contents.htm">Tcl documentation</a> |
| 119 | 119 | for details. |
| 120 | 120 | |
| 121 | 121 | TH1 Extended Commands |
| 122 | 122 | --------------------- |
| @@ -627,15 +627,5 @@ | ||
| 627 | 627 | |
| 628 | 628 | * th1Expr arg |
| 629 | 629 | |
| 630 | 630 | Evaluates the TH1 expression and returns its result verbatim. If a TH1 |
| 631 | 631 | script error is generated, it will be transformed into a Tcl script error. |
| 632 | - | |
| 633 | -Further Notes | |
| -------------- | ||
| 634 | - | |
| 635 | -**To Do:** We would like to have a community volunteer go through and | |
| 636 | -copy the documentation for each of these commands (with appropriate | |
| 637 | -format changes and spelling and grammar corrections) into subsequent | |
| 638 | -sections of this document. It is suggested that the list of extension | |
| 639 | -commands be left intact - as a quick reference. But it would be really | |
| 640 | -nice to also have the details of what each command does. | |
| 641 | 632 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -112,11 +112,11 @@ | |
| 112 | * string repeat STRING COUNT |
| 113 | * unset VARNAME |
| 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | |
| 117 | All of the above commands works as in the original Tcl. Refer to the |
| 118 | <a href="https://www.tcl-lang.org/man/tcl/contents.htm">Tcl documentation</a> |
| 119 | for details. |
| 120 | |
| 121 | TH1 Extended Commands |
| 122 | --------------------- |
| @@ -627,15 +627,5 @@ | |
| 627 | |
| 628 | * th1Expr arg |
| 629 | |
| 630 | Evaluates the TH1 expression and returns its result verbatim. If a TH1 |
| 631 | script error is generated, it will be transformed into a Tcl script error. |
| 632 | |
| 633 | Further Notes |
| -------------- | |
| 634 | |
| 635 | **To Do:** We would like to have a community volunteer go through and |
| 636 | copy the documentation for each of these commands (with appropriate |
| 637 | format changes and spelling and grammar corrections) into subsequent |
| 638 | sections of this document. It is suggested that the list of extension |
| 639 | commands be left intact - as a quick reference. But it would be really |
| 640 | nice to also have the details of what each command does. |
| 641 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -112,11 +112,11 @@ | |
| 112 | * string repeat STRING COUNT |
| 113 | * unset VARNAME |
| 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | |
| 117 | All of the above commands work as in the original Tcl. Refer to the |
| 118 | <a href="https://www.tcl-lang.org/man/tcl/contents.htm">Tcl documentation</a> |
| 119 | for details. |
| 120 | |
| 121 | TH1 Extended Commands |
| 122 | --------------------- |
| @@ -627,15 +627,5 @@ | |
| 627 | |
| 628 | * th1Expr arg |
| 629 | |
| 630 | Evaluates the TH1 expression and returns its result verbatim. If a TH1 |
| 631 | script error is generated, it will be transformed into a Tcl script error. |
| -------------- | |
| 632 |