diff --git a/lisp/help.el b/lisp/help.el index fb1719ac9c9..2b8f6423172 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -691,7 +691,8 @@ POSITION is as documented in the function `key-binding'." (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." +return nil. The argument POSITION is as documented in the +function `key-binding'." (let ((map (help--key-binding-keymap key t nil position))) (when map (catch 'found