変数の値を確認するには、M-x describe-variableを使う。ミニバッファには以下のようにログが流れる。
M-x describe-variable Describe variable (default elmo-cache-expire-default-age): elmo-cache-expire-default-size
以下のように、変数に設定された値が確認できる。
elmo-cache-expire-default-size is a variable defined in `elmo-vars.el'. Its value is 30000 Documentation: Cache expiration disk size (Kilo bytes). This must be float value. [back]
ミニバッファに表示されるメッセージによれば、C-h vでも同じことが出来るらしい。
You can run the command `describe-variable' with C-h v