elisp return type

The return type of a function in Emacs Lisp (elisp) depends on the specific function being used. Emacs Lisp is a dialect of Lisp programming language used in the Emacs text editor. In elisp, functions can return various types of values, including numbers, strings, lists, symbols, and even functions themselves.

To determine the return type of a specific elisp function, you would need to consult the documentation or the source code of that function. The return type can vary depending on the purpose and implementation of the function.

Unfortunately, I couldn't find a specific search snippet that provides information on the return type of elisp functions. However, you can refer to the official Emacs Lisp documentation or consult the specific function's documentation within Emacs by using the describe-function command (C-h f).

Please let me know if there's anything else I can help you with!