Function: cl-nth-value
cl-nth-value is a function alias for nth, defined in fns.c.
Signature
(cl-nth-value N EXPRESSION)
Documentation
Evaluate EXPRESSION to get multiple values and return the Nth one.
This handles multiple values in Common Lisp style, but it does not work right when EXPRESSION calls an ordinary Emacs Lisp function that returns just one value.
Aliases
cl-nth-value
nth-value (obsolete since 27.1)