mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; * lisp/ehelp.el (ehelp-command): Fix the autoload form (bug#79289).
This commit is contained in:
parent
b85f9d6a97
commit
b0efe06551
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue