Function: nth-value
nth-value is a function alias for nth, defined in fns.c.
This function is obsolete since 27.1; use cl-nth-value instead.
Signature
(nth-value N LIST)
Documentation
Return the Nth element of LIST.
N counts from zero. If LIST is not that long, nil is returned.
Aliases
cl-nth-value
nth-value (obsolete since 27.1)