Next: , Previous: , Up: Documentation   [Index]


3.5.8 describe-variable

Function: describe-variable variable &optional buffer frame

Display the full documentation of ‘VARIABLE’ (a symbol). Returns the documentation as a string, also.

VARIABLE

a symbol; default to using the current buffer and current frame;

BUFFER

if ‘VARIABLE’ has a buffer-local value in ‘BUFFER’, it is displayed along with the global value.

FRAME

if ‘VARIABLE’ has a buffer-local value in ‘FRAME’, it is displayed along with the global value.