This PR is a proposal for a new handy symbol to see if a function or a variable is an alias while browsing the completions of command like describe-function or describe-variable
I choose the & randomly because it was free, I'm opened to suggestions if another character fits better.
Also I took the liberty to adjust the existing command to better reflect the current state of the code.
Hello
This PR is a proposal for a new handy symbol to see if a function or a variable is an alias while browsing the completions of command like
describe-function
ordescribe-variable
I choose the
&
randomly because it was free, I'm opened to suggestions if another character fits better.Also I took the liberty to adjust the existing command to better reflect the current state of the code.
Thanks