branch: elpa/helm commit 2c1bbb104ea68379a4a46a7410471ad701513fde Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add toggle-option to helm-completing-read-command-categories --- helm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-mode.el b/helm-mode.el index de9dee32a6..a91c295883 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1123,6 +1123,7 @@ FLAGS is a list of variables to renitialize to nil when exiting or quitting.") ("trace-function-foreground" . symbol-help) ("trace-function-background" . symbol-help) ("describe-minor-mode" . symbol-help) + ("toggle-option" . symbol-help) ("where-is" . symbol-help) ("execute-extended-command" . symbol-help) ("execute-extended-command-for-buffer" . command-help)