Next: , Up: Variables   [Index]


C.1 Examining Variables

describe-variable (‘C-h v’)

Display the value and documentation of variable VAR

set-variable

Change the value of variable VAR to VALUE. Limited to user options (customizable variables)

setq

Set the value of any variable

eval-expression (‘M-:’, ‘C-j’)

To execute such an expression, type ‘M-:’ (‘eval-expression’) and enter the expression in the minibuffer (*note Lisp Eval::). Alternatively, go to the ‘*scratch*’ buffer, type in the expression, and then type ‘C-j’

The only way to alter the variable in future sessions is to put something in your initialization file.