branch: elpa/helm commit d43a9e283d7a898574a74ee85e548db5cd7b9f5b Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add execute-extended-command to symbol-help category --- helm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-mode.el b/helm-mode.el index b135f0efef..a68272f2fd 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1061,6 +1061,7 @@ behavior as emacs vanilla.") ("trace-function-background" . symbol-help) ("describe-minor-mode" . symbol-help) ("where-is" . symbol-help) + ("execute-extended-command" . symbol-help) ("find-library" . library) ("locate-library" . library) ("kill-buffer" . buffer)