Previous: Customization Files, Up: Customization
To get information about a customizable variable, you can use the following functions.
Returns true if symbol has been customized by the user, false otherwise.
The
variable-declared-pfunction returns true if the variable named symbol has a default value declared for it, false otherwise. Thevariable-default-valuefunction returns the default value of that variable, or nil if no such default value exists.