diff --git a/lisp/ehelp.el b/lisp/ehelp.el index ed86f663100..611aa712628 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -433,7 +433,7 @@ will select it.)" (substitute-key-definition 'describe-syntax 'electric-describe-syntax map) map)) -;;;###(autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap) +;;;###autoload (autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap) (defalias 'ehelp-command ehelp-map) (put 'ehelp-command 'documentation "Prefix command for ehelp.")