cl-values
cl-values is an alias for `list' in `cl-lib.el
'.
(cl-values &rest VALUES)
Return multiple values, Common Lisp style.
The arguments of `cl-values' are the values
that the containing function should return.
cl-lib.el
'.
(cl-values &rest VALUES)
Return multiple values, Common Lisp style.
The arguments of `cl-values' are the values
that the containing function should return.