diff options
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 3e65659fee8..d9901cb35c6 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | (define-key help-map "\C-d" 'describe-distribution) | 53 | (define-key help-map "\C-d" 'describe-distribution) |
| 54 | (define-key help-map "\C-w" 'describe-no-warranty) | 54 | (define-key help-map "\C-w" 'describe-no-warranty) |
| 55 | (define-key help-map "\C-p" 'describe-project) | 55 | (define-key help-map "\C-p" 'describe-project) |
| 56 | (define-key help-map "a" 'command-apropos) | 56 | (define-key help-map "a" 'apropos-command) |
| 57 | 57 | ||
| 58 | (define-key help-map "b" 'describe-bindings) | 58 | (define-key help-map "b" 'describe-bindings) |
| 59 | 59 | ||