[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r117325: Fix previous revision (117324)
From: |
Bastien Guerry |
Subject: |
[Emacs-diffs] trunk r117325: Fix previous revision (117324) |
Date: |
Fri, 13 Jun 2014 09:00:13 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 117325
revision-id: address@hidden
parent: address@hidden
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Fri 2014-06-13 11:00:08 +0200
message:
Fix previous revision (117324)
modified:
lisp/help.el help.el-20091113204419-o5vbwnq5f7feedwu-280
=== modified file 'lisp/help.el'
--- a/lisp/help.el 2014-06-12 15:54:37 +0000
+++ b/lisp/help.el 2014-06-13 09:00:08 +0000
@@ -666,16 +666,16 @@
(not no-remap)
(command-remapping found))
;; The user might want to know in which map the binding is
- ;; found, or in which map the remapping is found. The
+ ;; found, or in which map the remapping is found. The
;; default is to show the latter.
- (key-binding-keymap (vector 'remap found))
+ (help--key-binding-keymap (vector 'remap found))
map))))
(defun help--binding-locus (key position)
"Describe in which keymap KEY is defined.
Return a symbol pointing to that keymap if one exists ; otherwise
return nil."
- (let ((map (key-binding-keymap key t nil position)))
+ (let ((map (help--key-binding-keymap key t nil position)))
(when map
(catch 'found
(let ((advertised-syms (nconc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r117325: Fix previous revision (117324),
Bastien Guerry <=