jcs
/amend
/amendments
/26
tetab: Fix example usage (again)
jcs made amendment 26 over 3 years ago
--- tetab.c Thu Oct 21 17:10:02 2021
+++ tetab.c Fri Oct 29 17:17:44 2021
@@ -27,9 +27,9 @@
* ProcPtr teproc;
*
* [..]
- * your_te = TEStylNew(&bounds, &bounds);
+ * te = TEStylNew(&bounds, &bounds);
* TEAutoView(true, te);
- * TETabEnable(te);
+ * TETabEnable(te);
*
* The tab width is set to 4 by default in the TETabWidth global.
*