vl-symbol-name
(vl-symbol-name symbol)
This function returns the string name of a
Lisp symbol.
Arguments |
symbol (symbol) any Lisp symbol |
Return |
(string) the symbol name as string |
Example |
(setq xxx "test
string") |
Remarks |
Lisp symbol names are always returned in uppercase spelling |
© Bricsys NV. All rights reserved. |