diff options
author | Miles Bader <miles@gnu.org> | 2006-02-17 09:10:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-17 09:10:23 +0000 |
commit | ea3ac1d302c2b7c3754a58127a32b9bb53588f80 (patch) | |
tree | c389d4b639b8f81657bd1e4055db45e84fadb42a /lisp/help.el | |
parent | ed1dba9d3f568168b1ca68537560c8b855818259 (diff) | |
parent | 6d21875b1f1fbb570ffefdfb93c8ff444a593348 (diff) | |
download | emacs-ea3ac1d302c2b7c3754a58127a32b9bb53588f80.tar.gz |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-17
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 85-96)
- Update from CVS
- Merge from erc--emacs--0
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 30-36)
- Merge from emacs--devo--0
- Update from CVS
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 76aeac0ef62..02045948ecb 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -510,7 +510,7 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer." (if (> (length keys) 0) (if remapped (format "%s is remapped to %s which is on %s" - definition symbol keys) + symbol remapped keys) (format "%s is on %s" symbol keys)) ;; If this is the command the user asked about, ;; and it is not on any key, say so. |