changeset 8541:d2cf983bdc9d

container.txi: define cs-list
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2009 10:07:23 -0500
parents 1eb16d930f3c
children ef2dfe33e5b5
files doc/interpreter/container.txi
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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})