help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: listing functions


From: Aurélien Aptel
Subject: Re: listing functions
Date: Fri, 28 Nov 2014 16:01:59 +0100

You can do C-h m to get a list of available keybindings (and associated
functions) for the current buffer.

You can also do C-h f <your mode>- TAB which will show you a list of all
the function starting with <your mode>.
Since all mode prefix their function you get what you want. Pressing RET
will show the documentation of the function.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]