|
|
Keywords:
Delimiter,
Parenthesis,
Comma,
String,
Substring
a collection of string values (which can be numeric as well) separated by one or more delimiters
a left parenthesis followed by some number of expressions (separated by spaces) followed by a right parenthesis
a series of data separated by a delimiter such as a comma or space
a set of numbers (or ranges) separated by commas
a set of ordered properties that contain strings
a string containing several individual substring items, seperated by carriage return characters
a string containing several values separated by white space
a string of characters
a string that consists of multiple entries separated by some type of delimiter
a string that contains words
A list is, approximately, a text string beginning with an open parenthesis and ending with the matching close parenthesis. In C mode and other non-Lisp modes, groupings surrounded by other kinds of matched delimiters appropriate to the language, such as braces, are also considered lists. Emacs has special commands for many operations on lists. See section U.4.2 Moving in the Parenthesis Structure.
|