1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

help--binding-locus: Document argument POSITION.

* lisp/help.el (help--binding-locus): Document argument POSITION. (bug#20530)
This commit is contained in:
Nicolas Richard 2015-05-08 17:26:20 +02:00
parent f0c1327f36
commit 91739fe21c

View File

@ -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