branch: elpa/helm commit f34455d257953221ad69067e849b46a51d036eb7 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add describe-* fns to *command-categories for emacs 27 compatibility. --- helm-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-mode.el b/helm-mode.el index 019420d50e..b17ea03c1e 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1026,6 +1026,10 @@ behavior as emacs vanilla.") ("customize-set-variable" . symbol-help) ("customize-set-value" . symbol-help) ("customize-save-variable" . symbol-help) + ("describe-function" . symbol-help); For Emacs-27. + ("describe-variable" . symbol-help); For Emacs-27. + ("describe-symbol" . symbol-help) ; For Emacs-27. + ("describe-command" . symbol-help) ; For Emacs-27. ("set-variable" . symbol-help) ("customize-group" . symbol-help) ("find-function" . symbol-help)