From: Nicolas Richard Date: Fri, 8 May 2015 15:26:20 +0000 (+0200) Subject: help--binding-locus: Document argument POSITION. X-Git-Tag: emacs-25.0.90~2148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91739fe21cd0c17472110b1af07df529d95a8f3b;p=emacs.git help--binding-locus: Document argument POSITION. * lisp/help.el (help--binding-locus): Document argument POSITION. (bug#20530) --- 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