]> git.eshelyaron.com Git - emacs.git/commit
Add support for module functions to C-h f (Bug#30163).
authorPhilipp Stephani <phst@google.com>
Sun, 28 Jan 2018 20:57:59 +0000 (21:57 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 2 Feb 2018 19:31:40 +0000 (20:31 +0100)
commitf3d0db7f0f9639ec0198d4f4f2c3eb9c7b495778
treeea08cabfb0f6262e7c9fe8137f93d9d16d96ad42
parent344750aef4a8e8c67b1857cf0fe413ba855026d6
Add support for module functions to C-h f (Bug#30163).

* lisp/help-fns.el (help-fns-function-description-header): Handle
module functions.

* test/src/emacs-module-tests.el (module/describe-function-1): New
test.
lisp/help-fns.el
test/src/emacs-module-tests.el