File: shortdoc.el.html
This package lists functions based on various groupings.
For instance, string-trim and mapconcat are string functions,
so M-x shortdoc RET string RET will give an overview of functions
that operate on strings.
The documentation groups are created with the
define-short-documentation-group macro.
Defined variables (4)
shortdoc-mode-abbrev-table | Abbrev table for ‘shortdoc-mode’. |
shortdoc-mode-hook | Hook run after entering ‘shortdoc-mode’. |
shortdoc-mode-map | Keymap for ‘shortdoc-mode’. |
shortdoc-mode-syntax-table | Syntax table for ‘shortdoc-mode’. |
Defined functions (17)
define-short-documentation-group | (GROUP &rest FUNCTIONS) |
shortdoc | (GROUP &optional FUNCTION SAME-WINDOW) |
shortdoc--check | (GROUP FUNCTIONS) |
shortdoc--display-function | (DATA) |
shortdoc--goto-section | (ARG SYM &optional REVERSE) |
shortdoc--insert-group-in-buffer | (GROUP &optional BUF) |
shortdoc-add-function | (GROUP SECTION ELEM) |
shortdoc-copy-function-as-kill | () |
shortdoc-display-group | (GROUP &optional FUNCTION SAME-WINDOW) |
shortdoc-function-examples | (FUNCTION) |
shortdoc-function-groups | (FUNCTION) |
shortdoc-help-fns-examples-function | (FUNCTION) |
shortdoc-mode | () |
shortdoc-next | (&optional ARG) |
shortdoc-next-section | (&optional ARG) |
shortdoc-previous | (&optional ARG) |
shortdoc-previous-section | (&optional ARG) |
Defined faces (2)
shortdoc-heading | Face used for a heading. |
shortdoc-section | Face used for a section. |