symbol_exists
Check if a symbol exists in Emacs obarray to verify function or variable availability before use.
Instructions
Check if a symbol exists in obarray. Returns symbol name or nil.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The symbol name to look up. |