diff options
author | Kim F. Storm <storm@cua.dk> | 2003-02-12 23:13:43 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-02-12 23:13:43 +0000 |
commit | 023b93f6b0f2cabf7444f6ae167305e3fa6ac56e (patch) | |
tree | 671fea9b3889af16798fc889f110d4f904604bc8 /lisp/help.el | |
parent | 0ab47edc289ec1dcc674b94c92b901621462d025 (diff) | |
download | emacs-023b93f6b0f2cabf7444f6ae167305e3fa6ac56e.tar.gz |
Renamed remap-command to command-remapping. All uses changed.
Diffstat (limited to 'lisp/help.el')
-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 e6f9f173dea..8488e6939c0 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -431,7 +431,7 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer." (push symbol defs)))) (princ (mapconcat #'(lambda (symbol) - (let* ((remapped (remap-command symbol)) + (let* ((remapped (command-remapping symbol)) (keys (where-is-internal symbol overriding-local-map nil nil remapped)) (keys (mapconcat 'key-description keys ", "))) |