]> git.eshelyaron.com Git - emacs.git/commitdiff
help--binding-locus: Document argument POSITION.
authorNicolas Richard <theonewiththeevillook@yahoo.fr>
Fri, 8 May 2015 15:26:20 +0000 (17:26 +0200)
committerNicolas Richard <theonewiththeevillook@yahoo.fr>
Fri, 8 May 2015 15:28:04 +0000 (17:28 +0200)
* lisp/help.el (help--binding-locus): Document argument POSITION. (bug#20530)

lisp/help.el

index fb1719ac9c9163cb3fd4e93b9ad21ee247288411..2b8f64231727c3bf6013c1bcafb2d5187aa4b75a 100644 (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