]> git.eshelyaron.com Git - emacs.git/commit
Fix function help for advised aliases (bug#64797)
authorMattias Engdegård <mattiase@acm.org>
Thu, 27 Jul 2023 14:13:54 +0000 (16:13 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 27 Jul 2023 15:09:30 +0000 (17:09 +0200)
commit024bd1f09099ae186442001a75e578638070e296
tree7d0be6e9fc29a08cf1e58b713ea5350f3e6207a5
parent4336d7e44af28c662714f76cd62b857942f61c09
Fix function help for advised aliases (bug#64797)

* lisp/help-fns.el (help-fns--analyze-function):
For aliases, use the base function name if at the end of the chain.
This fixes a regression introduced in d30fde6b0cc.

Reported by Michael Heerdegen.
lisp/help-fns.el