]> git.eshelyaron.com Git - emacs.git/commit
Add shortdoc navigation commands
authorStefan Kangas <stefan@marxist.se>
Wed, 28 Oct 2020 15:43:32 +0000 (16:43 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 30 Oct 2020 10:40:43 +0000 (11:40 +0100)
commit122ace858ba94e11d1b2713d0816b3a7d7e2a323
treef9bbc80700814e7487606741bbfc36efde8b875b
parent4f6b7a0149bf6bb37dc157a52c028b2fc91fc865
Add shortdoc navigation commands

* lisp/emacs-lisp/shortdoc.el (text-property-search): Require.
(shortdoc-mode): New major mode.
(shortdoc-mode-map): New variable.
(shortdoc--goto-section): New macro.
(shortdoc-next, shortdoc-previous, shortdoc-next-section)
(shortdoc-previous-section): New commands.
(shortdoc-display-group): Use new shortdoc-models.  Propertize
section header.
(shortdoc--display-function): Propertize function header.
lisp/emacs-lisp/shortdoc.el