diff options
| -rw-r--r-- | lisp/ehelp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.)" | |||
| 433 | (substitute-key-definition 'describe-syntax 'electric-describe-syntax map) | 433 | (substitute-key-definition 'describe-syntax 'electric-describe-syntax map) |
| 434 | map)) | 434 | map)) |
| 435 | 435 | ||
| 436 | ;;;###(autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap) | 436 | ;;;###autoload (autoload 'ehelp-command "ehelp" "Prefix command for ehelp." t 'keymap) |
| 437 | (defalias 'ehelp-command ehelp-map) | 437 | (defalias 'ehelp-command ehelp-map) |
| 438 | (put 'ehelp-command 'documentation "Prefix command for ehelp.") | 438 | (put 'ehelp-command 'documentation "Prefix command for ehelp.") |
| 439 | 439 | ||