mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 0dec669b21754aa8406724b268c823f1c3929308 Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 07:11:04 2014 -0500 Fix Issue #256 --- ergoemacs-menus.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el index 451933d..bbd4056 100644 --- a/ergoemacs-menus.el +++ b/ergoemacs-menus.el @@ -755,7 +755,7 @@ All other modes are assumed to be minor modes or unimportant. (apropos menu-item "Apropos (Find matching)" (keymap (commands menu-item "Commands..." - apropos-commands + apropos-command :help "Find commands matching a regular expression") (user-options menu-item "User Options..." ergoemacs-apropos-user-options
