summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in file shortdoc groupLars Ingebrigtsen2020-10-111-0/+1
| | | | | * lisp/emacs-lisp/shortdoc.el (number): Add some more numeric stuff (and clean up some arglists).
* Improve documentation of shortdoc featuresEli Zaretskii2020-10-111-6/+7
| | | | | | | | | | * lisp/help-fns.el (help-fns-describe-function-functions): Doc fix. * lisp/emacs-lisp/shortdoc.el (define-short-documentation-group) (shortdoc-display-group, shortdoc-add-function): Doc fixes. * doc/lispref/help.texi (Documentation Groups): Improve the recently-added documentation and the indexing.
* Add more numeric shortdocsLars Ingebrigtsen2020-10-111-3/+23
| | | | | * lisp/emacs-lisp/shortdoc.el (shortdoc-section) (shortdoc-example): Lighten up colours on light backgrounds.
* Tweak shortdoc colours on light backgroundsLars Ingebrigtsen2020-10-111-2/+2
| | | | | * lisp/emacs-lisp/shortdoc.el (shortdoc-section) (shortdoc-example): Lighten up colours on light backgrounds.
* Autoload shortdoc command and adjust NEWSLars Ingebrigtsen2020-10-111-0/+1
| | | | * lisp/emacs-lisp/shortdoc.el (shortdoc-display-group): Autoload.
* Use Unicode arrows in shortdoc resultsLars Ingebrigtsen2020-10-111-7/+13
| | | | | * lisp/emacs-lisp/shortdoc.el (shortdoc--display-function): Use Unicode arrows if possible.
* Add support for displaying short documentation for function groupsLars Ingebrigtsen2020-10-111-0/+1077
* doc/lispref/help.texi (Documentation Groups): Document it. * lisp/help-fns.el (help-fns--mention-shortdoc-groups): Output references to the shortdocs. * lisp/emacs-lisp/shortdoc.el: New file.