Emacs: List All Functions
List All Symbols (names)
- Alt+x
apropos
-
List all Symbol (commands, functions, variables, faces) whose names match a Regular Expression pattern.
List All Commands
- Alt+x
apropos-command
-
List all commands whose names match a Regular Expression pattern.
List All Functions
- Ctrl+u Alt+x
apropos-command
-
List all commands and functions whose names match a Regular Expression pattern.
Search in Manual
Emacs comes with Emacs manual and emacs lisp manual. 〔see Emacs: View Info Page〕
- Alt+x
elisp-index-search
-
Search the emacs lisp manual.
- Alt+x
emacs-index-search
-
Search the emacs manual.