aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-03-21 07:45:24 +0000
committerRichard M. Stallman1997-03-21 07:45:24 +0000
commit122955bfb427ccccf33d9b4db9ef1ea9ee5ee4c8 (patch)
tree6753a2b2988ed3cf45c5c79e1f16dbda76625b39
parent7baff557b6794774fe094e17fe83e18c8642038e (diff)
downloademacs-122955bfb427ccccf33d9b4db9ef1ea9ee5ee4c8.tar.gz
emacs-122955bfb427ccccf33d9b4db9ef1ea9ee5ee4c8.zip
(help-map): Use apropos-command, not command-apropos.
-rw-r--r--lisp/help.el2
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