(ehelp-command): Use defalias to define ehelp-command.
Give it a doc string, and autoload it.
This commit is contained in:
parent
6df8016c93
commit
6e5cbb634e
1 changed files with 5 additions and 2 deletions
|
@ -418,8 +418,11 @@ will select it.)"
|
|||
(substitute-key-definition 'describe-bindings 'electric-describe-bindings map)
|
||||
(substitute-key-definition 'describe-syntax 'electric-describe-syntax map)
|
||||
|
||||
(setq ehelp-map map)
|
||||
(fset 'ehelp-command map)))
|
||||
(setq ehelp-map map)))
|
||||
|
||||
;;;###(autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap)
|
||||
(defalias 'ehelp-command ehelp-map)
|
||||
(put 'ehelp-command 'documentation "Prefix command for ehelp.")
|
||||
|
||||
(provide 'ehelp)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue