help--binding-locus: Document argument POSITION.
* lisp/help.el (help--binding-locus): Document argument POSITION. (bug#20530)
This commit is contained in:
parent
f0c1327f36
commit
91739fe21c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue