summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2014-06-13 11:00:08 +0200
committerBastien Guerry <bzg@gnu.org>2014-06-13 11:00:08 +0200
commit447a92e7f7552f4668280a4e003a1bc3c21c4592 (patch)
treeafca89a5ea3de99cdd8aa72de69defc3ccaa9912 /lisp/help.el
parent958d20d22a5e9b997de0bf7cc63436dc82486111 (diff)
downloademacs-447a92e7f7552f4668280a4e003a1bc3c21c4592.tar.gz
Fix previous revision (2014-06-12T15:54:37Z!theonewiththeevillook@yahoo.fr)
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 01a569a6710..8ba3d86004b 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -666,16 +666,16 @@ POSITION is as documented in the function `key-binding'."
(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