boundp
boundp is a built-in function in `C source code
'.
(boundp SYMBOL)
Return t if SYMBOL's value is not void.
Note that if `lexical-binding' is in effect, this refers to the
global value outside of any lexical scope.
C source code
'.
(boundp SYMBOL)
Return t if SYMBOL's value is not void.
Note that if `lexical-binding' is in effect, this refers to the
global value outside of any lexical scope.