When learning elisp by reading source code (on a large screen) it would be nice to have something like a "follow mode", which automaticaly displays the output of describe-variable
or describe-function
on a seperate dedicated window. So as you move around the cursor you will see in another window always the description of the function or variable at point without pressing any additional key.
Is there any package which does this already?