nth-value
nth-value is an alias for `nth' in `cl.el
'.
(nth-value N LIST)
Return the Nth element of LIST.
N counts from zero. If LIST is not that long, nil is returned.
cl.el
'.
(nth-value N LIST)
Return the Nth element of LIST.
N counts from zero. If LIST is not that long, nil is returned.