keyword parameter: n. A parameter for which a corresponding keyword argument
is optional. (There is no such thing as a required keyword argument.)
If the argument is not supplied, a default value is used.
See also supplied-p parameter.
keyword/value pair: n.
two successive elements (a keyword and a value,
respectively) of a property list.