Since I'm new to GNU Emacs
(version 26.1 running on Debian Stable
) I'd like to get some information when invoking a command using Meta-x
. Currently I'm only able to see a list of possible completions but I have to guess what the commands are actually doing (although, to be honest, many of them are named very intuitively).
As an explanation: when I'm running
pac
<tab>
li
<tab>
<tab>
the following lines are shown in my minibuffer
Possible completions are:
package-list-packages
package-list-packages-no-fetch
but I'd like the following functionality
Possible completions are:
package-list-packages Display a list of packages.
package-list-packages-no-fetch Display a list of packages.
or something similar.
Is there a way to get this option? Additionally: can I do this without installing additional packages?