# HG changeset patch # User John W. Eaton # Date 1232464043 18000 # Node ID d2cf983bdc9d93b9acd5b66bcace786be4811865 # Parent 1eb16d930f3ccd7fb8d165ce5ca7581a2c41b4e3 container.txi: define cs-list diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi --- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -697,9 +697,11 @@ @node Comma Separated Lists @section Comma Separated Lists @cindex comma separated lists +@cindex cs-lists -Comma separated lists are the basic argument type to all Octave -functions. In the example +Comma separated lists@footnote{Comma-separated lists are also sometimes +informally referred to as @dfn{cs-lists}.} are the basic argument type +to all Octave functions. In the example @example max (@var{a}, @var{b})