X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;fp=src%2Foutput%2Ftab.h;h=bb932fddcbfee60133936ff8bc45cacbb7a1cfa5;hb=5b5099296b3c7212623991de8920e1459e234922;hp=76be9d4f65949cd05114b2563186991d2b18e858;hpb=d3fef25674baf4f4e25502f257c680b5090535c6;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index 76be9d4f65..bb932fddcb 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -25,9 +25,9 @@ Some of the features of this type of table are obsolete but have not yet been removed, because some code still uses them. These features are: - - The title. The title (or caption, actually) is a property of the - table_item (see output/table-item.h) in which a table is embedded, - not a property of the table itself. + - The title. The title is a property of the table_item (see + output/table-item.h) in which a table is embedded, not a property of + the table itself. - Row and columns offsets (via tab_offset(), tab_next_row()). This feature simply isn't used enough to justify keeping it.