Emacs: How to display a variables details

To get details and the value of emacs variables such as the load-path variable enter the following:

‘C-h v load-path RET’

where C-h represents pressing the <ctrl> key followed by the character ‘h’.