From: ian Date: Sun, 15 Jan 2006 15:29:12 +0000 (+0000) Subject: correct doc comment re EntryExtra X-Git-Tag: debian/1.1.1~89 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1cb2da359930d980b7ef827d4d46225e1988c478;hp=ea19bd2a97c9a283245c23e07d26d177707b6fb1;p=chiark-tcl.git correct doc comment re EntryExtra --- diff --git a/base/tcmdifgen b/base/tcmdifgen index 4b67596..bd97245 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -66,7 +66,7 @@ # where C-ARRAY-NAME is TABLENAME, with `_entries' appended # and `cht_' prepended. The entries are indented one level (one # or more spaces) and look like this: -# ENTRYNAME +# ENTRYNAME [ C-EXTRA-ENTRY-VALUES ] # FORMALARGNAME TYPE # ... # [ => RESULT-TYPE ] @@ -93,13 +93,13 @@ # messages. It suppresses `TABLENAME ' from the front of the # autogenerated argument parsing error strings. # -# ExtraEntry C-ENTRY-TYPE +# EntryExtra C-ENTRY-TYPE # Introduces a section of additional C code which will be inserted # into the definition of C-ENTRY-TYPE by `Table'. The C # code, which follows on several indented lines, should be # structure member definitions. # -# When ExtraEntry is used, in the corresponding Table, each +# When EntryExtra is used, in the corresponding Table, each # ENTRYNAME should be followed on the same line by whitespace and # EXTRA-VALUES; the EXTRA-VALUES are used as initialisers for the # additional structure elements.